From 7416489c311baac6423a254ecf45d8e58dbb23eb Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 16 Aug 2005 16:19:07 +0000 Subject: Install missing e-plugin header eab-config.h, eab-menu.h and eab-popup.h. 2005-08-15 Christian Kellner * gui/widgets/Makefile.am: Install missing e-plugin header eab-config.h, eab-menu.h and eab-popup.h. Fixes bug: #313585. svn path=/trunk/; revision=30133 --- addressbook/gui/widgets/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 1c3ad25d7b..e54eaa533c 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -34,19 +34,23 @@ CORBA_SOURCE = $(CORBA_SOURCE_H) $(CORBA_SOURCE_C) noinst_LTLIBRARIES = \ libeabwidgets.la + +eabincludedir = $(privincludedir)/addressbook/gui/widgets + +eabinclude_HEADERS = \ + eab-config.h \ + eab-menu.h \ + eab-popup.h libeabwidgets_la_SOURCES = \ $(CORBA_SOURCE) \ $(MARSHAL_GENERATED) \ eab-config.c \ - eab-config.h \ eab-contact-display.c \ eab-contact-display.h \ eab-gui-util.c \ eab-gui-util.h \ eab-menu.c \ - eab-menu.h \ - eab-popup.c \ eab-popup.h \ eab-popup-control.c \ eab-popup-control.h \ -- cgit v1.2.3