summaryrefslogtreecommitdiffstats
path: root/plugins/omuxsock/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/omuxsock/Makefile.am')
-rw-r--r--plugins/omuxsock/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/omuxsock/Makefile.am b/plugins/omuxsock/Makefile.am
new file mode 100644
index 00000000..997232d9
--- /dev/null
+++ b/plugins/omuxsock/Makefile.am
@@ -0,0 +1,8 @@
+pkglib_LTLIBRARIES = omuxsock.la
+
+omuxsock_la_SOURCES = omuxsock.c
+omuxsock_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS)
+omuxsock_la_LDFLAGS = -module -avoid-version
+omuxsock_la_LIBADD =
+
+EXTRA_DIST =