X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ustctl%2FMakefile.am;h=380405b250dac6debcb09bbdc26dec634636e67d;hb=7756d65ab75135fc9b62b5376fd43f3fb1d534cc;hp=a27880a03404ae3dd7642ac77ab9a4b3fd552720;hpb=e529b2f9f5df9d1cac422bb52aa37e0480c9554e;p=ust.git diff --git a/ustctl/Makefile.am b/ustctl/Makefile.am index a27880a..380405b 100644 --- a/ustctl/Makefile.am +++ b/ustctl/Makefile.am @@ -1,8 +1,7 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm \ + -I$(top_srcdir)/libustcmd $(KCOMPAT_CFLAGS) + 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_SOURCES = ustctl.c $(top_srcdir)/libustcomm/ustcomm.c $(top_srcdir)/libustcomm/ustcomm.h $(top_srcdir)/libustcmd/ustcmd.c $(top_srcdir)/libustcmd/ustcmd.h ustctl_CFLAGS = -DUST_COMPONENT=ustctl -INCLUDES = $(KCOMPAT_CFLAGS) -INCLUDES += -I$(top_builddir)/libustcomm -INCLUDES += -I$(top_builddir)/libustcmd -INCLUDES += -I$(top_builddir)/share