summaryrefslogtreecommitdiff
path: root/plugins/encodings/python/rost/Makefile.am
blob: 531fb26a6257f452d5b668492c20fd83532b180a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

noinst_LTLIBRARIES = libencodingspythonrost.la

libencodingspythonrost_la_SOURCES = 		\
	base64.h base64.c						\
	module.h module.c

libencodingspythonrost_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) \
	$(LIBPYTHON_INTERPRETER_CFLAGS) $(LIBPYGOBJECT_CFLAGS) \
	-I$(top_srcdir)/src -DNO_IMPORT_PYGOBJECT


devdir = $(includedir)/chrysalide-$(subdir)

dev_HEADERS = $(libencodingspythonrost_la_SOURCES:%c=)