X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2FMakefile;h=1e3c941268f5aad546509faa466fccebbfdfbd64;hb=fe09e87939cd73206aab807b5d729ff4a28a6ad6;hp=3d043df428f51f02e1c9c05cfbb8be082f0b8924;hpb=3077257a98b1ad40591797d51f68f94d24099875;p=lttng-ust.git diff --git a/doc/examples/easy-ust/Makefile b/doc/examples/easy-ust/Makefile index 3d043df4..1e3c9412 100644 --- a/doc/examples/easy-ust/Makefile +++ b/doc/examples/easy-ust/Makefile @@ -23,7 +23,7 @@ CFLAGS = -I. all: sample sample: sample.o tp.o - $(CC) $(LIBS) -o $@ $^ + $(CC) -o $@ $^ $(LIBS) sample.o: sample.c sample_component_provider.h $(CC) $(CFLAGS) -c -o $@ $<