ust: cleanup: move tracing control to tracectl.c
[ust.git] / libtracectl / Makefile
index 27803da2b44862a4b5f11b0778e721a446d18272..e30409710ddd0e73d5a19b50f9ad68d031367aa9 100644 (file)
@@ -1,7 +1,9 @@
 all: libtracectl.so
 
 libtracectl.so: tracectl.c
-       gcc -g -shared -fPIC -I../libmarkers -I../share $(CFLAGS) -o libtracectl.so tracectl.c
+       gcc -g -shared -fPIC -I../libmarkers -I../libtracing -I../share $(CFLAGS) -o libtracectl.so tracectl.c marker-control.c ../share/usterr.c
 
 clean:
        rm -rf *.so *.o
+
+.PHONY: libtracectl.so
This page took 0.035391 seconds and 4 git commands to generate.