c953fc9f941918421c64624b4b119bc7b83b727d
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 include ../../common.am
4
5 INCLUDES = \
6 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
7 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
8 $(DEFAULT_INCLUDES)
9
10 #libdir = ${lttvplugindir}
11
12 lib_LTLIBRARIES = liblttvwindow.la
13
14
15 liblttvwindow_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
29 noinst_HEADERS = \
30 support.h \
31 interface.h \
32 callbacks.h\
33 mainwindow-private.h
34
35 lttvwindowinclude_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.029734 seconds and 3 git commands to generate.