automake makefile
[lttv.git] / ltt / branches / poly / lttv / Makefile.am
CommitLineData
82266dec 1bin_PROGRAMS = textui
2
3# Includes will have to be changed in the .c files if we want to
4# remove the top_srcdir from the includes path.
5AM_CPPFLAGS = \
6 -I$(top_srcdir)/lttv \
7 -I$(top_srcdir)
8
9# MD //FIXME add headers dependancy
10textui_SOURCES = main.c module.c option.c hook.c attribute.c
11textui_LDFLAGS = -lpopt -lgmodule-2.0 -ldl -lglib-2.0
This page took 0.022182 seconds and 4 git commands to generate.