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

noinst_LTLIBRARIES = libapihashingpythonclassics.la

libapihashingpythonclassics_la_SOURCES = 	\
	crc32.h crc32.c							\
	djb2.h djb2.c							\
	module.h module.c						\
	ror13.h ror13.c

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


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

dev_HEADERS = $(libapihashingpythonclassics_la_SOURCES:%c=)