summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
blob: 6ad3fc3657feeb5179fa3fc34772e20e27e90900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

lib_LIBRARIES = libcommon.a

libcommon_a_SOURCES =					\
	dllist.h dllist.c					\
	endianness.h endianness.c			\
	extstr.h extstr.c

libcommon_a_CFLAGS = $(AM_CFLAGS)


INCLUDES = 

AM_CPPFLAGS = 

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS)

SUBDIRS =