From 8434447d3c95cc75f6b4be9f0fefdd0fbda51a81 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Wed, 9 Sep 2009 11:53:31 -0400 Subject: [PATCH] ustd: specify ust component name for build --- ustd/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1