From 82266decc274ba11c455d6826c75cc0475617f13 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 29 May 2003 13:44:37 +0000 Subject: [PATCH] automake makefile git-svn-id: http://ltt.polymtl.ca/svn@19 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ltt/branches/poly/lttv/Makefile.am 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 -- 2.34.1