ust: additional work on libmallocwrap and cleanups
[ust.git] / libtracectl / Makefile
index 6aa41e46c6d9f1768ad8af039811f7fe31c67cbc..e30409710ddd0e73d5a19b50f9ad68d031367aa9 100644 (file)
@@ -1,7 +1,9 @@
 all: libtracectl.so
 
 libtracectl.so: tracectl.c
-       gcc -g -shared -fPIC -I../libmarkers -I../share -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.027405 seconds and 4 git commands to generate.