Move the code from lttd to liblttd and adapt everything so it works
[ltt-control.git] / lttd / Makefile.am
index bb860bca40be772c50c20a22f8403c85bb3d3745..fc9b2196e411b315ba35b21a696292fb55ea65d6 100644 (file)
@@ -6,3 +6,6 @@ bin_PROGRAMS = lttd
 
 lttd_SOURCES = lttd.c
 
+lttd_DEPENDENCIES = ../liblttd/liblttd.la
+lttd_LDADD = $(lttd_DEPENDENCIES)
+
This page took 0.022107 seconds and 4 git commands to generate.