From: Pierre-Marc Fournier Date: Wed, 9 Sep 2009 15:53:31 +0000 (-0400) Subject: ustd: specify ust component name for build X-Git-Tag: v0.1~148 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=8434447d3c95cc75f6b4be9f0fefdd0fbda51a81;p=ust.git ustd: specify ust component name for build --- diff --git a/ustd/Makefile.am b/ustd/Makefile.am index af6d306..4aaa05f 100644 --- a/ustd/Makefile.am +++ b/ustd/Makefile.am @@ -4,3 +4,4 @@ INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \ bin_PROGRAMS = ustd ustd_SOURCES = lowlevel.c localerr.h ustd.c ustd.h $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h ustd_LDFLAGS = -lpthread +ustd_CFLAGS = -DUST_COMPONENT=ustd