code cleanups
[ust.git] / ust / Makefile.am
... / ...
CommitLineData
1bin_PROGRAMS = ust
2ust_SOURCES = ust.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h $(top_builddir)/libustcmd/ustcmd.c $(top_builddir)/libustcmd/ustcmd.h localerr.h
3
4#INCLUDES = -I$(top_builddir)/share
5#INCLUDES += -I@URCU_PATH@
6INCLUDES = $(KCOMPAT_CFLAGS)
7#INCLUDES += -I$(top_builddir)/libust
8INCLUDES += -I$(top_builddir)/libustcomm
9INCLUDES += -I$(top_builddir)/libustcmd
10
This page took 0.022311 seconds and 4 git commands to generate.