diff options
Diffstat (limited to 'contrib/imkmsg/Makefile.am')
-rw-r--r-- | contrib/imkmsg/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/imkmsg/Makefile.am b/contrib/imkmsg/Makefile.am new file mode 100644 index 0000000..87c177d --- /dev/null +++ b/contrib/imkmsg/Makefile.am @@ -0,0 +1,8 @@ +pkglib_LTLIBRARIES = imkmsg.la +imkmsg_la_SOURCES = imkmsg.c imkmsg.h + +imkmsg_la_SOURCES += kmsg.c + +imkmsg_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) +imkmsg_la_LDFLAGS = -module -avoid-version +imkmsg_la_LIBADD = |