Add missing Makefile.am in common/
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 9 Jan 2012 15:22:06 +0000 (10:22 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 9 Jan 2012 15:22:06 +0000 (10:22 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
common/Makefile.am [new file with mode: 0644]

diff --git a/common/Makefile.am b/common/Makefile.am
new file mode 100644 (file)
index 0000000..cb0b66c
--- /dev/null
@@ -0,0 +1,11 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include
+
+AM_CFLAGS = -fno-strict-aliasing
+
+noinst_LTLIBRARIES = libcommon.la
+
+libcommon_la_SOURCES = hashtable.c hashtable.h \
+                       hashtable/rculfhash.c \
+                       hashtable/rculfhash.h \
+                       hashtable/hash.c hashtable/hash.h \
+                      runas.c
This page took 0.024536 seconds and 4 git commands to generate.