aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
diff options
context:
space:
mode:
Diffstat (limited to 'em-format')
-rw-r--r--em-format/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/em-format/Makefile.am b/em-format/Makefile.am
index 953364482f..0f126d0a98 100644
--- a/em-format/Makefile.am
+++ b/em-format/Makefile.am
@@ -1,10 +1,5 @@
emformatincludedir = $(privincludedir)/em-format
-AM_CPPFLAGS = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/widgets \
- $(EVOLUTION_MAIL_CFLAGS)
-
privsolib_LTLIBRARIES = libemformat.la
emformatinclude_HEADERS = \
@@ -12,6 +7,12 @@ emformatinclude_HEADERS = \
em-format-quote.h \
em-stripsig-filter.h
+libemformat_la_CPPFLAGS = \
+ $(AM_CPPFLAGS) \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/widgets \
+ $(EVOLUTION_MAIL_CFLAGS)
+
libemformat_la_SOURCES = \
$(emformatinclude_HEADERS) \
em-format.c \