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
... / ...
CommitLineData
1## Process this file with automake to produce Makefile.in
2
3INCLUDES = \
4 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
5 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
6 @PACKAGE_CFLAGS@ \
7 $(DEFAULT_INCLUDES)
8
9#bin_PROGRAMS = mainwin
10lib_LTLIBRARIES = libmainwin.la
11
12libmainwin_la_LDFLAGS = -module
13libmainwin_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
20libmainwin_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
21
This page took 0.022673 seconds and 4 git commands to generate.