rename configure.in to configure.ac
[ust.git] / libtracectl / Makefile
index 6aa41e46c6d9f1768ad8af039811f7fe31c67cbc..acbfbead11ba0f10099ecbd868217327cb5e0ccc 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 -I../libustcomm -I. $(CFLAGS) -o libtracectl.so tracectl.c marker-control.c ../share/usterr.c ../libustcomm/ustcomm.c
 
 clean:
        rm -rf *.so *.o
+
+.PHONY: libtracectl.so
This page took 0.02273 seconds and 4 git commands to generate.