aboutsummaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2009-05-22 19:05:33 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-24 12:57:07 +0800
commit6d89d46353caad7a1a9e70cd60d5aa936f534e40 (patch)
treefa9b14bf50a0d827a5d91984956c295dee91c887 /filter
parent673e1177e756fdd09c0094edbcd481e3523f7622 (diff)
downloadgsoc2013-evolution-6d89d46353caad7a1a9e70cd60d5aa936f534e40.tar
gsoc2013-evolution-6d89d46353caad7a1a9e70cd60d5aa936f534e40.tar.gz
gsoc2013-evolution-6d89d46353caad7a1a9e70cd60d5aa936f534e40.tar.bz2
gsoc2013-evolution-6d89d46353caad7a1a9e70cd60d5aa936f534e40.tar.lz
gsoc2013-evolution-6d89d46353caad7a1a9e70cd60d5aa936f534e40.tar.xz
gsoc2013-evolution-6d89d46353caad7a1a9e70cd60d5aa936f534e40.tar.zst
gsoc2013-evolution-6d89d46353caad7a1a9e70cd60d5aa936f534e40.zip
Install filter/ headers to filter/ for Anjal's usage.
Diffstat (limited to 'filter')
-rw-r--r--filter/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/filter/Makefile.am b/filter/Makefile.am
index f70c6cb195..43e5bcd73b 100644
--- a/filter/Makefile.am
+++ b/filter/Makefile.am
@@ -11,6 +11,22 @@ INCLUDES = \
privsolib_LTLIBRARIES = \
libfilter.la
+filterincludedir = $(privincludedir)/filter
+
+filterinclude_HEADERS = \
+ filter-code.h \
+ filter-colour.h \
+ filter-datespec.h \
+ filter-element.h \
+ filter-file.h \
+ filter-input.h \
+ filter-int.h \
+ filter-option.h \
+ filter-part.h \
+ filter-rule.h \
+ rule-context.h \
+ rule-editor.h
+
libfilter_la_SOURCES = \
filter-code.c \
filter-code.h \