lttv: Clean up library handling in the build system
[lttv.git] / lttv / lttv / Makefile.am
index 24caa3154fe7382de3b9b2687691e9f6f336887b..944d5988132eb518284a88040c5806bef5fd9cc0 100644 (file)
@@ -1,8 +1,5 @@
 AM_CFLAGS= $(PACKAGE_CFLAGS)
-
-LIBS += $(THREAD_LIBS)
-LIBS += $(POPT_LIBS) $(GLIB_LIBS) -lgobject-2.0 -L${top_builddir}/ltt\
-          -llttvtraceread
+LDADD = $(POPT_LIBS) ${top_builddir}/ltt/liblttvtraceread.la
 
 bin_PROGRAMS = lttv.real
 
This page took 0.023101 seconds and 4 git commands to generate.