Remove deprecated INCLUDES in Makefile.am
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
... / ...
CommitLineData
1## Process this file with automake to produce Makefile.in
2
3include ../../common.am
4
5AM_CPPFLAGS = \
6 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
7 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
8 $(DEFAULT_INCLUDES)
9
10#libdir = ${lttvplugindir}
11
12lib_LTLIBRARIES = liblttvwindow.la
13
14
15liblttvwindow_la_SOURCES = \
16 toolbar.c\
17 menu.c\
18 timebar.c\
19 timeentry.c\
20 lttvwindow.c \
21 lttvwindowtraces.c \
22 init_module.c \
23 support.c \
24 interface.c \
25 callbacks.c \
26 lttv_plugin_tab.c \
27 lttv_plugin.c
28
29noinst_HEADERS = \
30 support.h \
31 interface.h \
32 callbacks.h\
33 mainwindow-private.h
34
35lttvwindowinclude_HEADERS = \
36 lttvwindow.h\
37 lttvwindowtraces.h\
38 mainwindow.h\
39 menu.h\
40 toolbar.h\
41 timebar.h\
42 timeentry.h\
43 lttv_plugin_tab.h \
44 lttv_plugin.h
45
This page took 0.021974 seconds and 4 git commands to generate.