aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \