diff options
Diffstat (limited to 'nsplugins/wrapper/Makefile.am')
-rw-r--r-- | nsplugins/wrapper/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nsplugins/wrapper/Makefile.am b/nsplugins/wrapper/Makefile.am new file mode 100644 index 000000000..b4cd8e019 --- /dev/null +++ b/nsplugins/wrapper/Makefile.am @@ -0,0 +1,4 @@ +lib_LTLIBRARIES = libnswrapper.la +libnswrapper_la_SOURCES = wrapper.c +INCLUDES = -I$(top_srcdir)/nsplugins + |