started with py crypto, enhanced raw.py generation, better autoconf integration

This commit is contained in:
git@daemon.de
2014-12-22 16:22:52 +01:00
parent 28a0405d55
commit 45c5daae54
11 changed files with 496 additions and 150 deletions

View File

@@ -1,7 +1,7 @@
#
# This file is part of Pretty Curved Privacy (pcp1).
#
# Copyright (C) 2013 T.Linden.
# Copyright (C) 2013-2015 T.Linden.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,7 +19,15 @@
# You can contact me by mail: <tlinden AT cpan DOT org>.
#
SUBDIRS = include libpcp src man tests bindings/cpp
if BUILDPY
MAYPY=bindings/py
endif
if BUILDCPP
MAYCPP=bindings/cpp
endif
SUBDIRS = include libpcp src man tests $(MAYCPP) $(MAYPY)
ACLOCAL_AMFLAGS = -I config
test: