automake makefile
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 29 May 2003 13:44:37 +0000 (13:44 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 29 May 2003 13:44:37 +0000 (13:44 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@19 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/Makefile.am [new file with mode: 0644]

diff --git a/ltt/branches/poly/lttv/Makefile.am b/ltt/branches/poly/lttv/Makefile.am
new file mode 100644 (file)
index 0000000..37a9fc3
--- /dev/null
@@ -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
This page took 0.023686 seconds and 4 git commands to generate.