summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
blob: fee26ca89acf9bb5e33b0d295dec8a2fd141f3be (plain)
1
2
3
4
5
6
7
8
9
10
11
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) -I$(top_srcdir)/src

AM_CFLAGS = $(GLOBAL_CFLAGS) $(libplist_CFLAGS)
AM_LDFLAGS = $(libplist_LIBS)

noinst_LTLIBRARIES = libinternalcommon.la
libinternalcommon_la_LIBADD = 
libinternalcommon_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined
libinternalcommon_la_SOURCES = \
			thread.c thread.h \
			utils.c utils.h