blob: 4a50df3d81fa1a72a0d358de2a1972fea852172f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
noinst_LTLIBRARIES = libapihashingpythonclassics.la
libapihashingpythonclassics_la_SOURCES = \
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=)
|