diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | autogen.sh | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 55b48ad..e5c1987 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 + lib_LTLIBRARIES = libcifs_idmap_sss.la libcifs_idmap_sss_la_SOURCES = cifs_idmap_sss.c libcifs_idmap_sss_la_CFLAGS = $(SSS_IDMAP_CFLAGS) diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..7c590a3 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +autoreconf -i |