summaryrefslogtreecommitdiff
path: root/plugins/elf/python/Makefile.am
blob: 1d4f671dd77a675dddd2b426871806a90bea4c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

noinst_LTLIBRARIES = libelfpython.la

libelfpython_la_SOURCES =					\
	constants.h constants.c					\
	dynamic.h dynamic.c						\
	elf_def.h elf_def.c						\
	format.h format.c						\
	module.h module.c						\
	program.h program.c						\
	section.h section.c						\
	translate.h translate.c

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


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

dev_HEADERS = $(libelfpython_la_SOURCES:%c=)