X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libust%2FMakefile.am;h=6d99d0d5d01b8b7f3ccd4743efcf48e78cc2bf2a;hb=41ba580690b344ef9c4bbcdf2be9cd5668ccc305;hp=9ee3c9a21d2dee898b4599df9fdbd9f1eca3eaa5;hpb=2782fc4bdcc62e3448c59f30dbb07d88d901a597;p=ust.git diff --git a/libust/Makefile.am b/libust/Makefile.am index 9ee3c9a..6d99d0d 100644 --- a/libust/Makefile.am +++ b/libust/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_builddir)/libustcomm +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm lib_LTLIBRARIES = libust.la libust_la_SOURCES = buffer.h marker.c tracepoint.c channels.c channels.h marker-control.c marker-control.h relay.c relay.h tracer.c tracer.h tracercore.c tracercore.h serialize.c tracectl.c $(top_builddir)/libustcomm/ustcomm.c