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