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

noinst_LTLIBRARIES = libkaitaipythonrecords.la

libkaitaipythonrecords_la_SOURCES = 		\
	bits.h bits.c							\
	delayed.h delayed.c						\
	empty.h empty.c							\
	group.h group.c							\
	item.h item.c							\
	list.h list.c							\
	module.h module.c

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


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

dev_HEADERS = $(libkaitaipythonrecords_la_SOURCES:%c=)