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