git-svn-id: http://ltt.polymtl.ca/svn@249 04897980-b3bd-0310-b5e0-8ef037075253
[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 lib_LTLIBRARIES = libmainwin.la
11
12 libmainwin_la_LDFLAGS = -module
13 libmainwin_la_SOURCES = \
14 init_module.c \
15 support.c support.h \
16 interface.c interface.h \
17 callbacks.c callbacks.h \
18 gtkcustom.c gtkcustom.h
19
20 libmainwin_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
21
This page took 0.032106 seconds and 5 git commands to generate.