change header struct name for 0_6
[lttv.git] / ltt / branches / poly / lttctl / Makefile.am
index 7530c9db8dbab48bcdabecb89e7e22d367233617..6a5180de2b3a678bff2f97b233d4245fad9ebc6e 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_DEPENDENCIES = ../libltt/libltt.la
+lttctl_DEPENDENCIES = ../liblttctl/liblttctl.la
 lttctl_LDADD = $(lttctl_DEPENDENCIES)
 
This page took 0.056082 seconds and 4 git commands to generate.