use enums arch specific for syscall names
[lttv.git] / ltt / branches / poly / lttctl / Makefile.am
index 5fe870d0dd2ff98a6d767e653a4c61552aa37991..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_LIBADD = libltt.la
+lttctl_DEPENDENCIES = ../liblttctl/liblttctl.la
+lttctl_LDADD = $(lttctl_DEPENDENCIES)
 
This page took 0.025952 seconds and 4 git commands to generate.