blob: d39a521cfb660921b6732f51a50be3829b8c08e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
noinst_LTLIBRARIES = libbootimgpython.la
libbootimgpython_la_SOURCES = \
format.h format.c \
module.h module.c \
translate.h translate.c
libbootimgpython_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) $(LIBPYTHON_CFLAGS) $(LIBPYGOBJECT_CFLAGS) \
-I$(top_srcdir)/src -DNO_IMPORT_PYGOBJECT
devdir = $(includedir)/chrysalide/$(subdir)
dev_HEADERS = $(libbootimgpython_la_SOURCES:%c=)
|