summaryrefslogtreecommitdiff
path: root/plugins/fmtp
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-04-04 21:57:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-04-04 21:57:54 (GMT)
commit286ba13e0a5e908f9ebe67286bb6006adb4102fc (patch)
tree06d1ef353ae623c579a8fff5a74d22ecc0b9b862 /plugins/fmtp
parentc1cac2ce69f01deb99c5c91a803dfa04af90ef14 (diff)
Simplified the plugin interface.
Diffstat (limited to 'plugins/fmtp')
-rw-r--r--plugins/fmtp/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/fmtp/Makefile.am b/plugins/fmtp/Makefile.am
index de7fdbe..ea9e1dc 100644
--- a/plugins/fmtp/Makefile.am
+++ b/plugins/fmtp/Makefile.am
@@ -8,7 +8,8 @@ libfmtp_la_SOURCES = \
def.h \
parser.h parser.c
-libfmtp_la_LDFLAGS = -L$(top_srcdir)/src/.libs -lchrysacore
+libfmtp_la_LDFLAGS = \
+ -L$(top_srcdir)/src/.libs -lchrysacore
devdir = $(includedir)/chrysalide-$(subdir)