basic lttvwindow works
[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 #bin_PROGRAMS = lttvwindow
17 lib_LTLIBRARIES = liblttvwindow.la
18
19
20 #liblttvwindow_la_LDFLAGS = -module
21 liblttvwindow_la_SOURCES = \
22 toolbar.c\
23 menu.c\
24 gtkdirsel.c\
25 gtkmultivpaned.c\
26 lttvwindow.c \
27 init_module.c \
28 support.c \
29 interface.c \
30 callbacks.c \
31 lttvfilter.c
32
33 noinst_HEADERS = \
34 support.h \
35 interface.h \
36 callbacks.h\
37 mainwindow-private.h
38
39 lttvwindowinclude_HEADERS = \
40 gtkdirsel.h\
41 gtkmultivpaned.h\
42 lttvwindow.h\
43 lttvfilter.h\
44 mainwindow.h\
45 menu.h\
46 toolbar.h
47
48 liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
49
This page took 0.045481 seconds and 4 git commands to generate.