From: Mathieu Desnoyers Date: Mon, 9 Jan 2012 15:22:06 +0000 (-0500) Subject: Add missing Makefile.am in common/ X-Git-Tag: v2.0-pre17~35 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=67cea2c94b841ee9b38ba80ab8a9eafff5f76408;hp=58415b8b6071fddaa8f99c9799e9c30608dbb971 Add missing Makefile.am in common/ Signed-off-by: Mathieu Desnoyers --- 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