diff options
Diffstat (limited to '')
-rw-r--r-- | ext/ipcrypt/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/ipcrypt/Makefile.am b/ext/ipcrypt/Makefile.am new file mode 100644 index 0000000..cd66bfc --- /dev/null +++ b/ext/ipcrypt/Makefile.am @@ -0,0 +1,8 @@ +EXTRA_DIST = \ + LICENSE + +noinst_LTLIBRARIES = libipcrypt.la + +libipcrypt_la_SOURCES = \ + ipcrypt.c \ + ipcrypt.h |