oops, no modif to main window : the drawing request will come from the configure...
[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)
1e7cfdab 6LIBS += $(GTK_LIBS) -L$(top_srcdir)/lttv/modules/gui/API -lmainWinApi\
7 -lcustomBox
58960b51 8
561eba2a 9INCLUDES = \
10 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
11 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
12 @PACKAGE_CFLAGS@ \
d4ae0591 13 $(DEFAULT_INCLUDES)
561eba2a 14
96cbee09 15libdir = ${lttvplugindir}
16
fb87279e 17#bin_PROGRAMS = mainwin
18lib_LTLIBRARIES = libmainwin.la
561eba2a 19
fb87279e 20libmainwin_la_LDFLAGS = -module
21libmainwin_la_SOURCES = \
22 init_module.c \
561eba2a 23 support.c support.h \
24 interface.c interface.h \
25 callbacks.c callbacks.h \
26 gtkcustom.c gtkcustom.h
27
fb87279e 28libmainwin_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
561eba2a 29
This page took 0.02436 seconds and 4 git commands to generate.