From 4d798ca6405e3a2b34e3f44573ca5b6455358547 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 3 Oct 2013 16:23:41 +0200 Subject: Add autoconf/automake stuff --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..55b48ad --- /dev/null +++ b/Makefile.am @@ -0,0 +1,5 @@ +lib_LTLIBRARIES = libcifs_idmap_sss.la +libcifs_idmap_sss_la_SOURCES = cifs_idmap_sss.c +libcifs_idmap_sss_la_CFLAGS = $(SSS_IDMAP_CFLAGS) +libcifs_idmap_sss_la_LIBADD = $(SSS_IDMAP_LIBS) +libcifs_idmap_sss_la_LDFLAGS = -avoid-version -- cgit