aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-08-17 08:53:37 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-08-17 08:53:37 +0800
commit52706f8815d773bda03c0d02e472d2d076eee779 (patch)
treeae0b9facb7f40c919f61c2c4819f8ca14052c1ed /addressbook
parent41029d33f55351195805db4501ea518562e37062 (diff)
downloadgsoc2013-evolution-52706f8815d773bda03c0d02e472d2d076eee779.tar
gsoc2013-evolution-52706f8815d773bda03c0d02e472d2d076eee779.tar.gz
gsoc2013-evolution-52706f8815d773bda03c0d02e472d2d076eee779.tar.bz2
gsoc2013-evolution-52706f8815d773bda03c0d02e472d2d076eee779.tar.lz
gsoc2013-evolution-52706f8815d773bda03c0d02e472d2d076eee779.tar.xz
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')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/widgets/Makefile.am3
2 files changed, 7 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 2a32b40e00..fc3755f256 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2005-08-15 Christian Kellner <gicmo@gnome.org>
* gui/widgets/Makefile.am: Install missing e-plugin header
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 \