From: compudj Date: Thu, 29 May 2003 13:44:37 +0000 (+0000) Subject: automake makefile X-Git-Tag: v0.12.20~3470 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=82266decc274ba11c455d6826c75cc0475617f13;p=lttv.git automake makefile git-svn-id: http://ltt.polymtl.ca/svn@19 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/Makefile.am b/ltt/branches/poly/lttv/Makefile.am new file mode 100644 index 00000000..37a9fc39 --- /dev/null +++ b/ltt/branches/poly/lttv/Makefile.am @@ -0,0 +1,11 @@ +bin_PROGRAMS = textui + +# Includes will have to be changed in the .c files if we want to +# remove the top_srcdir from the includes path. +AM_CPPFLAGS = \ + -I$(top_srcdir)/lttv \ + -I$(top_srcdir) + +# MD //FIXME add headers dependancy +textui_SOURCES = main.c module.c option.c hook.c attribute.c +textui_LDFLAGS = -lpopt -lgmodule-2.0 -ldl -lglib-2.0