diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-13 02:12:04 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-13 02:12:04 +0800 |
commit | e9faa62d2f9f6bae897c2f718ee25b5a78e159c7 (patch) | |
tree | a181fc77a7125689fc33b5a208eaaf4cf6efcc6b /addressbook/gui/search/Makefile.am | |
parent | 88f9174bfd2a9177e7f9298ec40d6b7b331286a9 (diff) | |
download | gsoc2013-evolution-e9faa62d2f9f6bae897c2f718ee25b5a78e159c7.tar.gz gsoc2013-evolution-e9faa62d2f9f6bae897c2f718ee25b5a78e159c7.tar.zst gsoc2013-evolution-e9faa62d2f9f6bae897c2f718ee25b5a78e159c7.zip |
Added addressbook/gui/search/Makefile.
2000-08-12 Christopher James Lahey <clahey@helixcode.com>
* configure.in: Added addressbook/gui/search/Makefile.
From addressbook/ChangeLog
2000-08-12 Christopher James Lahey <clahey@helixcode.com>
* 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
Diffstat (limited to 'addressbook/gui/search/Makefile.am')
-rw-r--r-- | addressbook/gui/search/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
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 |