mainwin makefile.am modif
[lttv.git] / ltt / branches / poly / lttv / modules / gui / mainWin / src / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 INCLUDES = \
4 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
5 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
6 @PACKAGE_CFLAGS@ \
7 $(DEFAULT_INCLUDES)
8
9 bin_PROGRAMS = mainwin
10
11 mainwin_SOURCES = \
12 main.c \
13 support.c support.h \
14 interface.c interface.h \
15 callbacks.c callbacks.h \
16 gtkcustom.c gtkcustom.h
17
18 mainwin_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
19
This page took 0.031694 seconds and 4 git commands to generate.