diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/omhttpfs/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/omhttpfs/Makefile.am b/contrib/omhttpfs/Makefile.am new file mode 100644 index 0000000..d3af018 --- /dev/null +++ b/contrib/omhttpfs/Makefile.am @@ -0,0 +1,9 @@ +pkglib_LTLIBRARIES = omhttpfs.la + +omhttpfs_la_SOURCES = omhttpfs.c +omhttpfs_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS) $(CURL_CFLAGS) $(LIBFASTJSON_CFLAGS) +omhttpfs_la_LDFLAGS = -module -avoid-version +omhttpfs_la_LIBADD = $(CURL_LIBS) $(LIBFASTJSON_LIBS) + + +EXTRA_DIST = |