git-svn-id: http://ltt.polymtl.ca/svn@280 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
58960b51 3AM_CFLAGS = $(GLIB_CFLAGS)
4AM_CFLAGS += $(GTK_CFLAGS)
5LIBS += $(GLIB_LIBS)
8af8e4c5 6LIBS += $(GTK_LIBS) -L$(top_srcdir)/lttv/modules/gui/API -lmainWinApi
58960b51 7
561eba2a 8INCLUDES = \
9 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
10 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
11 @PACKAGE_CFLAGS@ \
d4ae0591 12 $(DEFAULT_INCLUDES)
561eba2a 13
96cbee09 14libdir = ${lttvplugindir}
15
fb87279e 16#bin_PROGRAMS = mainwin
17lib_LTLIBRARIES = libmainwin.la
561eba2a 18
fb87279e 19libmainwin_la_LDFLAGS = -module
20libmainwin_la_SOURCES = \
21 init_module.c \
561eba2a 22 support.c support.h \
23 interface.c interface.h \
24 callbacks.c callbacks.h \
25 gtkcustom.c gtkcustom.h
26
fb87279e 27libmainwin_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
561eba2a 28
This page took 0.024221 seconds and 4 git commands to generate.