diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-10-03 16:26:39 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-10-03 16:26:39 +0200 |
commit | 98608cbe2bed49eda0ecb9d72bf98d9f8d3a19ed (patch) | |
tree | da9e753dffd0d87fe086f9efeec1eee87ba8aec3 | |
parent | 4d798ca6405e3a2b34e3f44573ca5b6455358547 (diff) | |
download | cifs_idmap_sss-98608cbe2bed49eda0ecb9d72bf98d9f8d3a19ed.tar.gz cifs_idmap_sss-98608cbe2bed49eda0ecb9d72bf98d9f8d3a19ed.tar.bz2 cifs_idmap_sss-98608cbe2bed49eda0ecb9d72bf98d9f8d3a19ed.zip |
Add autogen.sh
-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 |