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

noinst_LTLIBRARIES = libpepython.la

libpepython_la_SOURCES =					\
	constants.h constants.c					\
	format.h format.c						\
	module.h module.c						\
	routine.h routine.c						\
	translate.h translate.c

libpepython_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) $(LIBPYTHON_CFLAGS) $(LIBPYGOBJECT_CFLAGS) \
	-I$(top_srcdir)/src -DNO_IMPORT_PYGOBJECT


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

dev_HEADERS = $(libpepython_la_SOURCES:%c=)