aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2009-05-22 19:05:33 +0800
committerSrinivasa Ragavan <sragavan@novell.com>2009-05-22 20:13:57 +0800
commit634b906db04504eb34ad75e2d080753b516a95f5 (patch)
tree0ef0399de90ad2850ca99b824564653138013149
parent981f6cb4c15b7c1c4163bed64940c5d5b053d67d (diff)
downloadgsoc2013-evolution-634b906db04504eb34ad75e2d080753b516a95f5.tar
gsoc2013-evolution-634b906db04504eb34ad75e2d080753b516a95f5.tar.gz
gsoc2013-evolution-634b906db04504eb34ad75e2d080753b516a95f5.tar.bz2
gsoc2013-evolution-634b906db04504eb34ad75e2d080753b516a95f5.tar.lz
gsoc2013-evolution-634b906db04504eb34ad75e2d080753b516a95f5.tar.xz
gsoc2013-evolution-634b906db04504eb34ad75e2d080753b516a95f5.tar.zst
gsoc2013-evolution-634b906db04504eb34ad75e2d080753b516a95f5.zip
Install filter/ headers to filter/ for Anjal's usage.
-rw-r--r--filter/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/filter/Makefile.am b/filter/Makefile.am
index 8eee6bd5bd..b58b4b2db6 100644
--- a/filter/Makefile.am
+++ b/filter/Makefile.am
@@ -12,6 +12,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 \