Add missing Makefile.am in common/
[lttng-tools.git] / common / Makefile.am
CommitLineData
67cea2c9
MD
1AM_CPPFLAGS = -I$(top_srcdir)/include
2
3AM_CFLAGS = -fno-strict-aliasing
4
5noinst_LTLIBRARIES = libcommon.la
6
7libcommon_la_SOURCES = hashtable.c hashtable.h \
8 hashtable/rculfhash.c \
9 hashtable/rculfhash.h \
10 hashtable/hash.c hashtable/hash.h \
11 runas.c
This page took 0.022391 seconds and 4 git commands to generate.