From 67cea2c94b841ee9b38ba80ab8a9eafff5f76408 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 9 Jan 2012 10:22:06 -0500 Subject: [PATCH 1/1] Add missing Makefile.am in common/ Signed-off-by: Mathieu Desnoyers --- common/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/Makefile.am diff --git a/common/Makefile.am b/common/Makefile.am new file mode 100644 index 000000000..cb0b66c31 --- /dev/null +++ b/common/Makefile.am @@ -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 -- 2.34.1