X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ustd%2FMakefile.am;h=991c717e13844d6f3c58edc7d4b19480f872b364;hb=d159ac37826eaebf4c1d87b8db0c5e5a8ccc0b00;hp=723b9dfe40843e06926baf9b55acdfd1efc57438;hpb=769d015768372ce7f68ff12bbc55aa339c3a6bcd;p=ust.git diff --git a/ustd/Makefile.am b/ustd/Makefile.am index 723b9df..991c717 100644 --- a/ustd/Makefile.am +++ b/ustd/Makefile.am @@ -1,9 +1,14 @@ +AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \ + -I$(top_srcdir)/include -I$(top_srcdir)/libustd +AM_CFLAGS = -fno-strict-aliasing + bin_PROGRAMS = ustd -ustd_SOURCES = lowlevel.c localerr.h ustd.c ustd.h $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h $(top_builddir)/share/kref.c -ustd_LDFLAGS = -lpthread - -INCLUDES = -I$(top_builddir)/share -INCLUDES += -I@URCU_PATH@ -INCLUDES += -I@KCOMPAT_PATH@ -INCLUDES += -I$(top_builddir)/libust -INCLUDES += -I$(top_builddir)/libustcomm + +ustd_SOURCES = ustd.c + +ustd_LDADD = \ + $(top_builddir)/snprintf/libustsnprintf.la \ + $(top_builddir)/libustcomm/libustcomm.la \ + $(top_builddir)/libustd/libustd.la + +ustd_CFLAGS = -DUST_COMPONENT=ustd -fno-strict-aliasing