X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2FMakefile;fp=doc%2Fexamples%2Feasy-ust%2FMakefile;h=966c4744bb3c359e100bce061a0e273cb313f986;hb=6689c64e3525aab09739ced91f903397b29f28ea;hp=15ce7ed81450993e076d633ae6f2f51362ef23c7;hpb=6c81e331ddb0f93a8df868758adb53fda3102736;p=lttng-ust.git diff --git a/doc/examples/easy-ust/Makefile b/doc/examples/easy-ust/Makefile index 15ce7ed8..966c4744 100644 --- a/doc/examples/easy-ust/Makefile +++ b/doc/examples/easy-ust/Makefile @@ -25,7 +25,7 @@ all: sample sample: sample.o tp.o $(CC) -o $@ $(LDFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(AM_CFLAGS) \ - $(LIBS) sample.o tp.o + sample.o tp.o $(LIBS) sample.o: sample.c sample_component_provider.h $(CC) $(CPPFLAGS) $(LOCAL_CPPFLAGS) $(CFLAGS) $(AM_CPPFLAGS) \