update compat
[lttv.git] / tags / lttv-0.10.0-pre15-12082008 / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
CommitLineData
5750899b 1## Process this file with automake to produce Makefile.in
2
3AM_CFLAGS = $(GLIB_CFLAGS)
4AM_CFLAGS += $(GTK_CFLAGS)
5AM_CFLAGS += -fvisibility=hidden
6LIBS += $(GLIB_LIBS)
7LIBS += $(GTK_LIBS)
8
9INCLUDES = \
10 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
11 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
12 @PACKAGE_CFLAGS@ \
13 $(DEFAULT_INCLUDES)
14
15#libdir = ${lttvplugindir}
16
17lib_LTLIBRARIES = liblttvwindow.la
18
19
20liblttvwindow_la_SOURCES = \
21 toolbar.c\
22 menu.c\
23 lttvwindow.c \
24 lttvwindowtraces.c \
25 init_module.c \
26 support.c \
27 interface.c \
28 callbacks.c \
29 lttv_plugin_tab.c \
30 lttv_plugin.c
31
32noinst_HEADERS = \
33 support.h \
34 interface.h \
35 callbacks.h\
36 mainwindow-private.h
37
38lttvwindowinclude_HEADERS = \
39 lttvwindow.h\
40 lttvwindowtraces.h\
41 mainwindow.h\
42 menu.h\
43 toolbar.h\
44 lttv_plugin_tab.h \
45 lttv_plugin.h
46
47liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
48
This page took 0.024333 seconds and 4 git commands to generate.