1 # Copyright 1999-2014 the Claws Mail team.
2 # This file is part of Claws Mail package, and distributed under the
3 # terms of the General Public License version 3 (or later).
4 # See COPYING file for license details.
6 PLUGINDIR = $(pkglibdir)/plugins/
9 noinst_LTLIBRARIES = libclawsgtk.la
15 arch_sources = w32_filesel.c
17 arch_sources = filesel.c
20 libclawsgtk_la_SOURCES = \
24 description_window.c \
48 clawsgtkincludedir = $(pkgincludedir)/gtk
49 clawsgtkinclude_HEADERS = \
54 description_window.h \
80 -I$(srcdir)/../common \
86 -DPLUGINDIR=\"$(PLUGINDIR)\" \
87 -DDOCDIR=\"$(DOCDIR)\"
89 libclawsgtk_la_LIBADD = \
90 ../common/libclawscommon.la \
94 BUILT_SOURCES=claws-marshal.c claws-marshal.h
96 claws-marshal.h: claws-marshal.list
97 $(GLIB_GENMARSHAL) $< --header --prefix=claws_marshal > $@
99 claws-marshal.c: claws-marshal.list
100 $(GLIB_GENMARSHAL) $< --body --prefix=claws_marshal > $@