Fix libust-initializer.o build
[ust.git] / Makefile.am
index 8c4eb65c677564754bf0652720e4505271ad393d..cd81be0e3f42363a4e629efef1e45e61e2aa4bbc 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) $(CFLAGS) -c -I$(top_builddir)/include -o $@ $<
+       $(CC) $(CFLAGS) -c -I$(top_srcdir)/include -o $@ $<
This page took 0.021725 seconds and 4 git commands to generate.