diff options
author | Tor Lillqvist <tml@novell.com> | 2005-08-17 08:53:37 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-08-17 08:53:37 +0800 |
commit | 52706f8815d773bda03c0d02e472d2d076eee779 (patch) | |
tree | ae0b9facb7f40c919f61c2c4819f8ca14052c1ed /addressbook/gui | |
parent | 41029d33f55351195805db4501ea518562e37062 (diff) | |
download | gsoc2013-evolution-52706f8815d773bda03c0d02e472d2d076eee779.tar.gz gsoc2013-evolution-52706f8815d773bda03c0d02e472d2d076eee779.tar.zst gsoc2013-evolution-52706f8815d773bda03c0d02e472d2d076eee779.zip |
Add eab-popup.c back which apparently was accidentally removed.
2005-08-17 Tor Lillqvist <tml@novell.com>
* gui/widgets/Makefile.am (libeabwidgets_la_SOURCES): Add
eab-popup.c back which apparently was accidentally removed.
svn path=/trunk/; revision=30138
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index e54eaa533c..9fb6ab97eb 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -34,7 +34,7 @@ CORBA_SOURCE = $(CORBA_SOURCE_H) $(CORBA_SOURCE_C) noinst_LTLIBRARIES = \ libeabwidgets.la - + eabincludedir = $(privincludedir)/addressbook/gui/widgets eabinclude_HEADERS = \ @@ -51,6 +51,7 @@ libeabwidgets_la_SOURCES = \ eab-gui-util.c \ eab-gui-util.h \ eab-menu.c \ + eab-popup.c \ eab-popup.h \ eab-popup-control.c \ eab-popup-control.h \ |