summaryrefslogtreecommitdiff
path: root/plugins/readmc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/readmc')
-rw-r--r--plugins/readmc/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/readmc/Makefile.am b/plugins/readmc/Makefile.am
index 9404d55..5f95641 100644
--- a/plugins/readmc/Makefile.am
+++ b/plugins/readmc/Makefile.am
@@ -3,6 +3,7 @@ lib_LTLIBRARIES = libreadmc.la
libdir = $(pluginsdir)
+
libreadmc_la_SOURCES = \
header.h header.c \
reader.h reader.c \
@@ -17,6 +18,11 @@ libreadmc_la_LDFLAGS = -L$(top_srcdir)/plugins/fmtp/.libs -lfmtp \
-L$(top_srcdir)/src/.libs -lchrysacore
+devdir = $(includedir)/chrysalide-$(subdir)
+
+dev_HEADERS = $(libreadmc_la_SOURCES:%c=)
+
+
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)