X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ustd%2FMakefile.am;h=96f167b0e1a3e533f4911975e8e6b1f34d93f5a6;hb=c7dc133cff3db7336bb97fcb57c2dec559942518;hp=6adad644b36b0f002a51df336b500d441d178c44;hpb=a09dac63957396890b1085cac0fee92ecc5db87a;p=ust.git diff --git a/ustd/Makefile.am b/ustd/Makefile.am index 6adad64..96f167b 100644 --- a/ustd/Makefile.am +++ b/ustd/Makefile.am @@ -2,7 +2,12 @@ AM_CPPFLAGS = -I$(top_srcdir)/libust -I$(top_srcdir)/libustcomm \ -I$(top_srcdir)/include bin_PROGRAMS = ustd -ustd_SOURCES = lowlevel.c ustd.c ustd.h $(top_srcdir)/libustcomm/ustcomm.c $(top_srcdir)/libustcomm/ustcomm.h -ustd_LDADD = $(top_builddir)/snprintf/libustsnprintf.la + +ustd_SOURCES = lowlevel.c ustd.c ustd.h + +ustd_LDADD = \ + $(top_builddir)/snprintf/libustsnprintf.la \ + $(top_builddir)/libustcomm/libustcomm.la + ustd_LDFLAGS = -lpthread ustd_CFLAGS = -DUST_COMPONENT=ustd