From e529b2f9f5df9d1cac422bb52aa37e0480c9554e Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 13 Oct 2009 17:10:10 -0400 Subject: [PATCH] ustctl: update UST_COMPONENT This was forgotten when the tool was renamed. --- ustctl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ustctl/Makefile.am b/ustctl/Makefile.am index 7ceca54..a27880a 100644 --- a/ustctl/Makefile.am +++ b/ustctl/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = ustctl ustctl_SOURCES = ustctl.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h $(top_builddir)/libustcmd/ustcmd.c $(top_builddir)/libustcmd/ustcmd.h $(top_builddir)/share/usterr.h -ustctl_CFLAGS = -DUST_COMPONENT=ust +ustctl_CFLAGS = -DUST_COMPONENT=ustctl INCLUDES = $(KCOMPAT_CFLAGS) INCLUDES += -I$(top_builddir)/libustcomm -- 2.34.1