remove unneeded constructor priority
[ust.git] / ustctl / Makefile.am
CommitLineData
55ad629d
PMF
1bin_PROGRAMS = ustctl
2ustctl_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
3ustctl_CFLAGS = -DUST_COMPONENT=ust
4
5INCLUDES = $(KCOMPAT_CFLAGS)
6INCLUDES += -I$(top_builddir)/libustcomm
7INCLUDES += -I$(top_builddir)/libustcmd
8INCLUDES += -I$(top_builddir)/share
This page took 0.022436 seconds and 4 git commands to generate.