destroy tree : initial NULL test
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
CommitLineData
561eba2a 1## Process this file with automake to produce Makefile.in
2
58960b51 3AM_CFLAGS = $(GLIB_CFLAGS)
4AM_CFLAGS += $(GTK_CFLAGS)
21ff84a0 5LIBS += $(GLIB_LIBS)
75435170 6LIBS += $(GTK_LIBS)
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 16lib_LTLIBRARIES = liblttvwindow.la
561eba2a 17
a100e2b7 18
db2c9c14 19liblttvwindow_la_SOURCES = \
13f86ce2 20 toolbar.c\
21 menu.c\
22 gtkdirsel.c\
501e4e70 23 lttvwindow.c \
a1a2b649 24 lttvwindowtraces.c \
fb87279e 25 init_module.c \
a100e2b7 26 support.c \
27 interface.c \
5b962ad0 28 callbacks.c
a100e2b7 29
a559c4d6 30noinst_HEADERS = \
a100e2b7 31 support.h \
32 interface.h \
2d262115 33 callbacks.h\
34 mainwindow-private.h
a100e2b7 35
75435170 36lttvwindowinclude_HEADERS = \
13f86ce2 37 gtkdirsel.h\
501e4e70 38 lttvwindow.h\
a1a2b649 39 lttvwindowtraces.h\
13f86ce2 40 mainwindow.h\
41 menu.h\
42 toolbar.h
561eba2a 43
21ff84a0 44liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
561eba2a 45
This page took 0.03338 seconds and 4 git commands to generate.