It compiles and runs after the cleanups
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / src / Makefile.am
CommitLineData
561eba2a 1## Process this file with automake to produce Makefile.in
2
58960b51 3AM_CFLAGS = $(GLIB_CFLAGS)
4AM_CFLAGS += $(GTK_CFLAGS)
5LIBS += $(GLIB_LIBS)
db2c9c14 6LIBS += $(GTK_LIBS) -L$(top_srcdir)/lttv/modules/gui/lttvgui -llttvgui
58960b51 7
561eba2a 8INCLUDES = \
9 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
10 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
11 @PACKAGE_CFLAGS@ \
d4ae0591 12 $(DEFAULT_INCLUDES)
561eba2a 13
96cbee09 14libdir = ${lttvplugindir}
15
db2c9c14 16#bin_PROGRAMS = lttvwindow
17lib_LTLIBRARIES = liblttvwindow.la
561eba2a 18
a100e2b7 19
db2c9c14 20liblttvwindow_la_LDFLAGS = -module
21liblttvwindow_la_SOURCES = \
fb87279e 22 init_module.c \
a100e2b7 23 support.c \
24 interface.c \
25 callbacks.c \
49bf71b5 26 lttvfilter.c
a100e2b7 27
a559c4d6 28noinst_HEADERS = \
a100e2b7 29 support.h \
30 interface.h \
31 callbacks.h
32
561eba2a 33
db2c9c14 34liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
561eba2a 35
This page took 0.027136 seconds and 4 git commands to generate.