Add missing Makefile.am in common/
[lttng-tools.git] / common / Makefile.am
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.02293 seconds and 4 git commands to generate.