Commit | Line | Data |
---|---|---|
561eba2a | 1 | ## Process this file with automake to produce Makefile.in |
2 | ||
104325ef | 3 | include ../../common.am |
58960b51 | 4 | |
561eba2a | 5 | INCLUDES = \ |
6 | -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ | |
7 | -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ | |
d4ae0591 | 8 | $(DEFAULT_INCLUDES) |
561eba2a | 9 | |
25fba836 | 10 | #libdir = ${lttvplugindir} |
96cbee09 | 11 | |
db2c9c14 | 12 | lib_LTLIBRARIES = liblttvwindow.la |
561eba2a | 13 | |
a100e2b7 | 14 | |
db2c9c14 | 15 | liblttvwindow_la_SOURCES = \ |
13f86ce2 | 16 | toolbar.c\ |
17 | menu.c\ | |
4172f013 YB |
18 | timebar.c\ |
19 | timeentry.c\ | |
501e4e70 | 20 | lttvwindow.c \ |
a1a2b649 | 21 | lttvwindowtraces.c \ |
fb87279e | 22 | init_module.c \ |
a100e2b7 | 23 | support.c \ |
24 | interface.c \ | |
e433e6d6 | 25 | callbacks.c \ |
26 | lttv_plugin_tab.c \ | |
27 | lttv_plugin.c | |
a100e2b7 | 28 | |
a559c4d6 | 29 | noinst_HEADERS = \ |
a100e2b7 | 30 | support.h \ |
31 | interface.h \ | |
2d262115 | 32 | callbacks.h\ |
33 | mainwindow-private.h | |
a100e2b7 | 34 | |
75435170 | 35 | lttvwindowinclude_HEADERS = \ |
501e4e70 | 36 | lttvwindow.h\ |
a1a2b649 | 37 | lttvwindowtraces.h\ |
13f86ce2 | 38 | mainwindow.h\ |
39 | menu.h\ | |
e433e6d6 | 40 | toolbar.h\ |
4172f013 YB |
41 | timebar.h\ |
42 | timeentry.h\ | |
e433e6d6 | 43 | lttv_plugin_tab.h \ |
44 | lttv_plugin.h | |
561eba2a | 45 |