Privatize headers
[ust.git] / ust-consumerd / Makefile.am
CommitLineData
9dc7b7ff
NC
1AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \
2 -I$(top_srcdir)/include -I$(top_srcdir)/libustconsumer
3AM_CFLAGS = -fno-strict-aliasing
4
5bin_PROGRAMS = ust-consumerd
6
7ust_consumerd_SOURCES = ust-consumerd.c
8
9ust_consumerd_LDADD = \
10 $(top_builddir)/snprintf/libustsnprintf.la \
11 $(top_builddir)/libustcomm/libustcomm.la \
12 $(top_builddir)/libustconsumer/libustconsumer.la
13
14ust_consumerd_CFLAGS = -DUST_COMPONENT=ust-consumerd -fno-strict-aliasing
This page took 0.025774 seconds and 4 git commands to generate.