From e9faa62d2f9f6bae897c2f718ee25b5a78e159c7 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 12 Aug 2000 18:12:04 +0000 Subject: Added addressbook/gui/search/Makefile. 2000-08-12 Christopher James Lahey * configure.in: Added addressbook/gui/search/Makefile. From addressbook/ChangeLog 2000-08-12 Christopher James Lahey * gui/Makefile.am: Added the search directory. * backend/ebook/e-book.c: Fixed a potential crash. * gui/minicard/e-reflow-sorted.h: Fixed an include line. * gui/search/.cvsignore, gui/search/Makefile.am: New files. * gui/search/e-addressbook-search-dialog.c: Fixed compilation. svn path=/trunk/; revision=4779 --- addressbook/gui/search/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 addressbook/gui/search/Makefile.am (limited to 'addressbook/gui/search/Makefile.am') diff --git a/addressbook/gui/search/Makefile.am b/addressbook/gui/search/Makefile.am new file mode 100644 index 0000000000..d18e9dcdfe --- /dev/null +++ b/addressbook/gui/search/Makefile.am @@ -0,0 +1,16 @@ +INCLUDES = \ + -DG_LOG_DOMAIN=\"e-addressbook-search\" \ + -I$(top_srcdir) \ + -I$(top_srcdir)/addressbook/backend \ + -I$(top_builddir)/addressbook/backend \ + -I$(top_srcdir)/addressbook/contact-editor \ + -I$(top_srcdir)/widgets/e-text \ + -I$(top_srcdir)/widgets/misc \ + $(BONOBO_GNOME_CFLAGS) + +noinst_LIBRARIES = \ + libeaddressbooksearchdialog.a + +libeaddressbooksearchdialog_a_SOURCES = \ + e-addressbook-search-dialog.c \ + e-addressbook-search-dialog.h -- cgit v1.2.3