X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2FMakefile;h=e20e53a959074da42c701a1b497f39bd5b6a3bf3;hp=304632bb3f37fff275173449998a169d1b5d7244;hb=8b21f716ac93755a5aef66a336516f769661c194;hpb=8e9506847d27ac98b24c105153a95010f70c7677 diff --git a/doc/examples/easy-ust/Makefile b/doc/examples/easy-ust/Makefile index 304632bb..e20e53a9 100644 --- a/doc/examples/easy-ust/Makefile +++ b/doc/examples/easy-ust/Makefile @@ -42,10 +42,10 @@ sample: sample.o tp.o $(CC) -o $@ $^ $(LDFLAGS) $(LIBS) sample.o: sample.c sample_component_provider.h - $(CC) $(CFLAGS) -c -o $@ $< + $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< tp.o: tp.c sample_component_provider.h - $(CC) $(CFLAGS) -c -o $@ $< + $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< html: sample_component_provider.html sample.html tp.html