summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/plugins/Makefile.am
blob: bb9ed5df318e984ae474d4861ebaea7afae46ab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

noinst_LTLIBRARIES = libpychrysaplugins.la

libpychrysaplugins_la_SOURCES =				\
	constants.h constants.c					\
	plugin.h plugin.c						\
	module.h module.c						\
	translate.h translate.c

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


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

dev_HEADERS = $(libpychrysaplugins_la_SOURCES:%c=)