automake makefile
[lttv.git] / ltt / branches / poly / lttv / Makefile.am
1 bin_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.
5 AM_CPPFLAGS = \
6 -I$(top_srcdir)/lttv \
7 -I$(top_srcdir)
8
9 # MD //FIXME add headers dependancy
10 textui_SOURCES = main.c module.c option.c hook.c attribute.c
11 textui_LDFLAGS = -lpopt -lgmodule-2.0 -ldl -lglib-2.0
This page took 0.029808 seconds and 4 git commands to generate.