aboutsummaryrefslogtreecommitdiffstats
path: root/filter/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-11-07 05:52:09 +0800
committerChris Lahey <clahey@src.gnome.org>2000-11-07 05:52:09 +0800
commita2dda6941a6f6012a41833fd0c928b5a1fa0cd29 (patch)
treee4539cc76380edf65dd7b0d747a4d9999ae8cbe2 /filter/Makefile.am
parent5f27abb5443e5fa9951a5953151089a785b19671 (diff)
downloadgsoc2013-evolution-a2dda6941a6f6012a41833fd0c928b5a1fa0cd29.tar
gsoc2013-evolution-a2dda6941a6f6012a41833fd0c928b5a1fa0cd29.tar.gz
gsoc2013-evolution-a2dda6941a6f6012a41833fd0c928b5a1fa0cd29.tar.bz2
gsoc2013-evolution-a2dda6941a6f6012a41833fd0c928b5a1fa0cd29.tar.lz
gsoc2013-evolution-a2dda6941a6f6012a41833fd0c928b5a1fa0cd29.tar.xz
gsoc2013-evolution-a2dda6941a6f6012a41833fd0c928b5a1fa0cd29.tar.zst
gsoc2013-evolution-a2dda6941a6f6012a41833fd0c928b5a1fa0cd29.zip
Added e-search-bar.c and e-search-bar.h.
2000-11-06 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added e-search-bar.c and e-search-bar.h. * e-search-bar.c, e-search-bar.h: Moved this from e-addressbook-search. svn path=/trunk/; revision=6454
Diffstat (limited to 'filter/Makefile.am')
-rw-r--r--filter/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/Makefile.am b/filter/Makefile.am
index 1b32ae9fcb..f062eab3ac 100644
--- a/filter/Makefile.am
+++ b/filter/Makefile.am
@@ -23,6 +23,8 @@ noinst_LTLIBRARIES = \
libfilter.la
libfilter_la_SOURCES = \
+ e-search-bar.c \
+ e-search-bar.h \
filter-code.c \
filter-code.h \
filter-colour.c \