X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ust%2FMakefile.am;h=dcd23a841c8e87b23aa8821f68e65ffc4a9782fb;hb=01377ba5ec3460a6886f3a16e52f7f956c8fb100;hp=e353751eebbfdef89acbb7bdd24e0f91ce7122cd;hpb=ae93765676ecc0a41945151427a8afb9910954e6;p=ust.git diff --git a/ust/Makefile.am b/ust/Makefile.am index e353751..dcd23a8 100644 --- a/ust/Makefile.am +++ b/ust/Makefile.am @@ -1,10 +1,8 @@ bin_PROGRAMS = ust -ust_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 +ust_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 +ust_CFLAGS = -DUST_COMPONENT=ust -#INCLUDES = -I$(top_builddir)/share -#INCLUDES += -I@URCU_PATH@ INCLUDES = $(KCOMPAT_CFLAGS) -#INCLUDES += -I$(top_builddir)/libust INCLUDES += -I$(top_builddir)/libustcomm INCLUDES += -I$(top_builddir)/libustcmd - +INCLUDES += -I$(top_builddir)/share