ust: collect many channels and start work on pipe listener
[lttng-ust.git] / libtracing / Makefile
1 all: libtracing.so
2
3 libtracing.so: *.c *.h
4 gcc -g -fPIC -I../share -I../libtracing -I../libmarkers -shared -o libtracing.so *.c
5
6 .PHONY: libtracing.so all
This page took 0.030975 seconds and 4 git commands to generate.