change traceread install lib path
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
... / ...
CommitLineData
1## Process this file with automake to produce Makefile.in
2
3AM_CFLAGS = $(GLIB_CFLAGS)
4AM_CFLAGS += $(GTK_CFLAGS)
5LIBS += $(GLIB_LIBS)
6LIBS += $(GTK_LIBS)
7
8INCLUDES = \
9 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
10 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
11 @PACKAGE_CFLAGS@ \
12 $(DEFAULT_INCLUDES)
13
14libdir = ${lttvplugindir}
15
16lib_LTLIBRARIES = liblttvwindow.la
17
18
19liblttvwindow_la_SOURCES = \
20 toolbar.c\
21 menu.c\
22 lttvwindow.c \
23 lttvwindowtraces.c \
24 init_module.c \
25 support.c \
26 interface.c \
27 callbacks.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
42liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
43
This page took 0.022849 seconds and 4 git commands to generate.