add private file from gtk : fnmatch.c
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AM_CFLAGS = $(GLIB_CFLAGS)
4 AM_CFLAGS += $(GTK_CFLAGS)
5 LIBS += $(GLIB_LIBS)
6 LIBS += $(GTK_LIBS)
7
8 INCLUDES = \
9 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
10 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
11 @PACKAGE_CFLAGS@ \
12 $(DEFAULT_INCLUDES)
13
14 libdir = ${lttvplugindir}
15
16 lib_LTLIBRARIES = liblttvwindow.la
17
18
19 liblttvwindow_la_SOURCES = \
20 toolbar.c\
21 menu.c\
22 gtkdirsel.c\
23 lttvwindow.c \
24 lttvwindowtraces.c \
25 init_module.c \
26 support.c \
27 interface.c \
28 callbacks.c \
29 lttvfilter.c \
30 fnmatch.c
31
32 noinst_HEADERS = \
33 support.h \
34 interface.h \
35 callbacks.h\
36 mainwindow-private.h
37
38 lttvwindowinclude_HEADERS = \
39 gtkdirsel.h\
40 lttvwindow.h\
41 lttvwindowtraces.h\
42 lttvfilter.h\
43 mainwindow.h\
44 menu.h\
45 toolbar.h
46
47 liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
48
This page took 0.029717 seconds and 4 git commands to generate.