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
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
fb87279e 9#bin_PROGRAMS = mainwin
10lib_LTLIBRARIES = libmainwin.la
561eba2a 11
fb87279e 12libmainwin_la_LDFLAGS = -module
13libmainwin_la_SOURCES = \
14 init_module.c \
561eba2a 15 support.c support.h \
16 interface.c interface.h \
17 callbacks.c callbacks.h \
18 gtkcustom.c gtkcustom.h
19
fb87279e 20libmainwin_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
561eba2a 21
This page took 0.023282 seconds and 4 git commands to generate.