mathieu desnoyers : addition of lttv_filter api for Simon. breaks compile.
[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 lib_LTLIBRARIES = liblttvwindow.la
17
18
19 liblttvwindow_la_SOURCES = \
20 toolbar.c\
21 menu.c\
22 gtkdirsel.c\
23 lttvwindow.c \
24 lttvwindowtraces.c \
25 init_module.c \
26 support.c \
27 interface.c \
28 callbacks.c
29
30 noinst_HEADERS = \
31 support.h \
32 interface.h \
33 callbacks.h\
34 mainwindow-private.h
35
36 lttvwindowinclude_HEADERS = \
37 gtkdirsel.h\
38 lttvwindow.h\
39 lttvwindowtraces.h\
40 mainwindow.h\
41 menu.h\
42 toolbar.h
43
44 liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
45
This page took 0.029794 seconds and 4 git commands to generate.