git-svn-id: http://ltt.polymtl.ca/svn@197 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / modules / gui / mainWin / src / Makefile.am
CommitLineData
561eba2a 1## Process this file with automake to produce Makefile.in
2
561eba2a 3INCLUDES = \
4 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
5 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
6 @PACKAGE_CFLAGS@ \
d4ae0591 7 $(DEFAULT_INCLUDES)
561eba2a 8
9bin_PROGRAMS = mainwin
10
11mainwin_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
18mainwin_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
19
This page took 0.023205 seconds and 4 git commands to generate.