X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=8c4eb65c677564754bf0652720e4505271ad393d;hb=9727555f30daf958f4817b28069ad36e871d65e8;hp=f881570042b5b16d1844c32902c64f8b14b35c45;hpb=25123621e72daf757b53fe8b5f28130a98016988;p=ust.git diff --git a/Makefile.am b/Makefile.am index f881570..8c4eb65 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 $@ $<