summaryrefslogtreecommitdiffstats
path: root/plugins/imrelp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/imrelp/Makefile.am')
-rw-r--r--plugins/imrelp/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/imrelp/Makefile.am b/plugins/imrelp/Makefile.am
new file mode 100644
index 00000000..167065b0
--- /dev/null
+++ b/plugins/imrelp/Makefile.am
@@ -0,0 +1,6 @@
+pkglib_LTLIBRARIES = imrelp.la
+
+imrelp_la_SOURCES = imrelp.c
+imrelp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(relp_cflags)
+imrelp_la_LDFLAGS = -module -avoid-version
+imrelp_la_LIBADD = $(relp_libs)