main window api files
[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
3LIBS += -lguiEvents
4
5INCLUDES = \
6 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
7 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
8 @PACKAGE_CFLAGS@ \
9 -I/home1/yangxx/poly/include
10
11bin_PROGRAMS = mainwin
12
13mainwin_SOURCES = \
14 main.c \
15 support.c support.h \
16 interface.c interface.h \
17 callbacks.c callbacks.h \
18 gtkcustom.c gtkcustom.h
19
20mainwin_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
21
This page took 0.042875 seconds and 4 git commands to generate.