Add trace name handling throughout tracectl, ustcomm and ustcmd
[ust.git] / ustctl / Makefile.am
index 4b8100f77f2a4c65f00d64cff67c750836902c59..49e46f0a04899bd86ce7010d8a7df20f38c458e4 100644 (file)
@@ -1,15 +1,15 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm \
        -I$(top_srcdir)/libustcmd $(KCOMPAT_CFLAGS)
+AM_CFLAGS = -fno-strict-aliasing
 
 bin_PROGRAMS = ustctl
 
 ustctl_SOURCES = \
-       ustctl.c \
-       $(top_srcdir)/libustcmd/ustcmd.c \
-       $(top_srcdir)/libustcmd/ustcmd.h
+       ustctl.c
 
-ustctl_CFLAGS = -DUST_COMPONENT=ustctl
+ustctl_CFLAGS = -DUST_COMPONENT=ustctl -fno-strict-aliasing
 
 ustctl_LDADD = \
        $(top_builddir)/snprintf/libustsnprintf.la \
-       $(top_builddir)/libustcomm/libustcomm.la
+       $(top_builddir)/libustcomm/libustcomm.la \
+       $(top_builddir)/libustcmd/libustcmd.la
This page took 0.026144 seconds and 4 git commands to generate.