X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2FMakefile;h=966c4744bb3c359e100bce061a0e273cb313f986;hb=afd20a5651f5e7c7e7f91bd08ea3be266a44f5ac;hp=15ce7ed81450993e076d633ae6f2f51362ef23c7;hpb=0bade047c6b695d7ab0df693d54e9d46d81bc8ee;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) \