summaryrefslogtreecommitdiff
path: root/plugins/readmc
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-06-19 22:34:34 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-06-19 22:34:34 (GMT)
commit2a7c16cfa1be2a1c90be2fb29650eb2e10ab1728 (patch)
treee0983d6cff601ef4cd3a7d25ea46863d2b6c63d2 /plugins/readmc
parent72b1c890ed19ebd7780e634d4874d12a619f259e (diff)
Updated Makefiles to create only one _PyGObject_API structure.
Diffstat (limited to 'plugins/readmc')
-rw-r--r--plugins/readmc/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/readmc/Makefile.am b/plugins/readmc/Makefile.am
index 2cf600c..7bd5fa5 100644
--- a/plugins/readmc/Makefile.am
+++ b/plugins/readmc/Makefile.am
@@ -12,8 +12,6 @@ libreadmc_la_SOURCES = \
v23.h v23.c \
v24.h v24.c
-libreadmc_la_CFLAGS = $(AM_CFLAGS)
-
libreadmc_la_LDFLAGS = \
-L$(top_srcdir)/src/.libs -lchrysacore \
-L$(top_srcdir)/plugins/mobicore/.libs -lmobicore \
@@ -25,6 +23,6 @@ devdir = $(includedir)/chrysalide-$(subdir)
dev_HEADERS = $(libreadmc_la_SOURCES:%c=)
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)
+AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)