Add project status to readme
[ltt-control.git] / lttd / Makefile.am
... / ...
CommitLineData
1# Empty TraceDaemon Makefile.am. Insert a real one here.
2
3LIBS += $(THREAD_LIBS)
4
5bin_PROGRAMS = lttd
6
7lttd_SOURCES = lttd.c
8
9lttd_DEPENDENCIES = ../liblttd/liblttd.la
10lttd_LDADD = $(lttd_DEPENDENCIES)
11
This page took 0.022227 seconds and 4 git commands to generate.