lttv: Clean up library handling in the build system
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
CommitLineData
561eba2a 1## Process this file with automake to produce Makefile.in
2
104325ef 3include ../../common.am
58960b51 4
561eba2a 5INCLUDES = \
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 12lib_LTLIBRARIES = liblttvwindow.la
561eba2a 13
a100e2b7 14
db2c9c14 15liblttvwindow_la_SOURCES = \
13f86ce2 16 toolbar.c\
17 menu.c\
501e4e70 18 lttvwindow.c \
a1a2b649 19 lttvwindowtraces.c \
fb87279e 20 init_module.c \
a100e2b7 21 support.c \
22 interface.c \
e433e6d6 23 callbacks.c \
24 lttv_plugin_tab.c \
25 lttv_plugin.c
a100e2b7 26
a559c4d6 27noinst_HEADERS = \
a100e2b7 28 support.h \
29 interface.h \
2d262115 30 callbacks.h\
31 mainwindow-private.h
a100e2b7 32
75435170 33lttvwindowinclude_HEADERS = \
501e4e70 34 lttvwindow.h\
a1a2b649 35 lttvwindowtraces.h\
13f86ce2 36 mainwindow.h\
37 menu.h\
e433e6d6 38 toolbar.h\
39 lttv_plugin_tab.h \
40 lttv_plugin.h
561eba2a 41
This page took 0.085215 seconds and 4 git commands to generate.