Fix include path when compiling libust-initializer.c
authorJan Blunck <jblunck@suse.de>
Mon, 26 Oct 2009 13:59:35 +0000 (14:59 +0100)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 11 Nov 2009 21:48:00 +0000 (16:48 -0500)
Otherwise it does not find the headers if they are not installed already.

Signed-off-by: Jan Blunck <jblunck@suse.de>
Makefile.am

index f881570042b5b16d1844c32902c64f8b14b35c45..8c4eb65c677564754bf0652720e4505271ad393d 100644 (file)
@@ -14,4 +14,4 @@ libust.so: libust.ldscript.in
        $(SED) -e "s@\@FORMAT\@@${libust_FORMAT}@" -e "s@\@PATH\@@${libdir}@g" < $< > $@
 
 libust-initializer.o: libust-initializer.c
-       $(CC) -c $(CFLAGS) -o $@ $<
+       $(CC) $(CFLAGS) -c -I$(top_builddir)/include -o $@ $<
This page took 0.023145 seconds and 4 git commands to generate.