add QUICKSTART
[lttv.git] / ltt / branches / poly / lttctl / Makefile.am
index 5fe870d0dd2ff98a6d767e653a4c61552aa37991..cb33cb4127febc2be9e53e413eed9e2a70ba7ac9 100644 (file)
@@ -1,9 +1,11 @@
 ## Process this file with automake to produce Makefile.in
 
+AM_CFLAGS = -DPACKAGE_DATA_DIR=\""$(datadir)"\" -DPACKAGE_BIN_DIR=\""$(bindir)"\"
+
 bin_PROGRAMS = lttctl
 
 lttctl_SOURCES = \
        lttctl.c
-
-lttctl_LIBADD = libltt.la
+lttctl_DEPENDENCIES = ../libltt/libltt.la
+lttctl_LDADD = $(lttctl_DEPENDENCIES)
 
This page took 0.024937 seconds and 4 git commands to generate.