lttv: Clean up library handling in the build system
[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 lttvwindow.c \
19 lttvwindowtraces.c \
20 init_module.c \
21 support.c \
22 interface.c \
23 callbacks.c \
24 lttv_plugin_tab.c \
25 lttv_plugin.c
26
27 noinst_HEADERS = \
28 support.h \
29 interface.h \
30 callbacks.h\
31 mainwindow-private.h
32
33 lttvwindowinclude_HEADERS = \
34 lttvwindow.h\
35 lttvwindowtraces.h\
36 mainwindow.h\
37 menu.h\
38 toolbar.h\
39 lttv_plugin_tab.h \
40 lttv_plugin.h
41
This page took 0.03117 seconds and 4 git commands to generate.