More intermediate cleanup
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / 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)
13f86ce2 6LIBS += $(GTK_LIBS) -lcustomBox
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
db2c9c14 16#bin_PROGRAMS = lttvwindow
17lib_LTLIBRARIES = liblttvwindow.la
561eba2a 18
a100e2b7 19
db2c9c14 20liblttvwindow_la_LDFLAGS = -module
21liblttvwindow_la_SOURCES = \
13f86ce2 22 toolbar.c\
23 menu.c\
24 gtkdirsel.c\
25 gtkmultivpaned.c\
26 gtktraceset.c \
fb87279e 27 init_module.c \
a100e2b7 28 support.c \
29 interface.c \
30 callbacks.c \
49bf71b5 31 lttvfilter.c
a100e2b7 32
a559c4d6 33noinst_HEADERS = \
a100e2b7 34 support.h \
35 interface.h \
36 callbacks.h
37
13f86ce2 38lttvguiinclude_HEADERS = \
39 common.h\
40 gtkdirsel.h\
41 gtkmultivpaned.h\
42 gtktraceset.h\
43 lttvfilter.h\
44 mainwindow.h\
45 menu.h\
46 toolbar.h
561eba2a 47
db2c9c14 48liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
561eba2a 49
This page took 0.028057 seconds and 4 git commands to generate.