global traces works, interaction with mainwindow seems ok
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AM_CFLAGS = $(GLIB_CFLAGS)
4 AM_CFLAGS += $(GTK_CFLAGS)
5 LIBS += $(GLIB_LIBS)
6 LIBS += $(GTK_LIBS)
7
8 INCLUDES = \
9 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
10 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
11 @PACKAGE_CFLAGS@ \
12 $(DEFAULT_INCLUDES)
13
14 libdir = ${lttvplugindir}
15
16 #bin_PROGRAMS = lttvwindow
17 lib_LTLIBRARIES = liblttvwindow.la
18
19
20 #liblttvwindow_la_LDFLAGS = -module
21 liblttvwindow_la_SOURCES = \
22 toolbar.c\
23 menu.c\
24 gtkdirsel.c\
25 gtkmultivpaned.c\
26 lttvwindow.c \
27 lttvwindowtraces.c \
28 init_module.c \
29 support.c \
30 interface.c \
31 callbacks.c \
32 lttvfilter.c
33
34 noinst_HEADERS = \
35 support.h \
36 interface.h \
37 callbacks.h\
38 mainwindow-private.h
39
40 lttvwindowinclude_HEADERS = \
41 gtkdirsel.h\
42 gtkmultivpaned.h\
43 lttvwindow.h\
44 lttvwindowtraces.h\
45 lttvfilter.h\
46 mainwindow.h\
47 menu.h\
48 toolbar.h
49
50 liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
51
This page took 0.030954 seconds and 4 git commands to generate.