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

noinst_LTLIBRARIES = libbhashpython.la

libbhashpython_la_SOURCES =					\
	imphash.h imphash.c						\
	module.h module.c						\
	tlsh.h tlsh.c							\
	rich.h rich.c

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


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

dev_HEADERS = $(libbhashpython_la_SOURCES:%c=)