usttrace: improve
[ust.git] / ust / Makefile.am
CommitLineData
82b1a169 1bin_PROGRAMS = ust
01377ba5 2ust_SOURCES = ust.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
2028e7fd 3ust_CFLAGS = -DUST_COMPONENT=ust
82b1a169 4
55355fa5 5INCLUDES = $(KCOMPAT_CFLAGS)
82b1a169 6INCLUDES += -I$(top_builddir)/libustcomm
ae937656 7INCLUDES += -I$(top_builddir)/libustcmd
2028e7fd 8INCLUDES += -I$(top_builddir)/share
This page took 0.022156 seconds and 4 git commands to generate.