Move the code from lttd to liblttd and adapt everything so it works
[ltt-control.git] / lttd / Makefile.am
CommitLineData
36927ead 1# Empty TraceDaemon Makefile.am. Insert a real one here.
2
ddb5c866 3LIBS += $(THREAD_LIBS)
36927ead 4
617de8e1 5bin_PROGRAMS = lttd
6
7lttd_SOURCES = lttd.c
8
008e2515
MSL
9lttd_DEPENDENCIES = ../liblttd/liblttd.la
10lttd_LDADD = $(lttd_DEPENDENCIES)
11
This page took 0.022924 seconds and 4 git commands to generate.