summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/environs/Makefile.am2
-rw-r--r--python/protocols/Makefile.am2
-rw-r--r--python/protocols/elements/Makefile.am2
-rw-r--r--python/xml/Makefile.am2
4 files changed, 0 insertions, 8 deletions
diff --git a/python/environs/Makefile.am b/python/environs/Makefile.am
index 4662382d..05211ed8 100644
--- a/python/environs/Makefile.am
+++ b/python/environs/Makefile.am
@@ -10,10 +10,8 @@ INCLUDES = \
ENVSOURCES = py_federation_termination.c py_lecp.c py_login.c py_logout.c py_profile.c py_register_name_identifier.c py_server.c py_session.c py_identity.c
-if WITH_PYTHON
noinst_LIBRARIES = libenvirons.a
libenvirons_a_SOURCES = $(ENVSOURCES)
-endif
EXTRA_DIST = $(ENVSOURCES) py_federation_termination.h py_lecp.h py_login.h py_logout.h py_profile.h py_register_name_identifier.h py_server.h py_session.h py_identity.h
diff --git a/python/protocols/Makefile.am b/python/protocols/Makefile.am
index da376c88..eb0001a9 100644
--- a/python/protocols/Makefile.am
+++ b/python/protocols/Makefile.am
@@ -21,10 +21,8 @@ PROTSOURCES = \
py_register_name_identifier_response.c
-if WITH_PYTHON
libprotocols_a_SOURCES = $(PROTSOURCES)
noinst_LIBRARIES = libprotocols.a
-endif
EXTRA_DIST = \
$(PROTSOURCES) \
diff --git a/python/protocols/elements/Makefile.am b/python/protocols/elements/Makefile.am
index 977c8b67..8d2c1036 100644
--- a/python/protocols/elements/Makefile.am
+++ b/python/protocols/elements/Makefile.am
@@ -1,9 +1,7 @@
ELEMSOURCES = py_assertion.c py_authentication_statement.c
-if WITH_PYTHON
noinst_LIBRARIES = libelements.a
libelements_a_SOURCES = $(ELEMSOURCES)
-endif
INCLUDES = \
-DPACKAGE=\"@PACKAGE@\" \
diff --git a/python/xml/Makefile.am b/python/xml/Makefile.am
index 7b6692b4..17bbef15 100644
--- a/python/xml/Makefile.am
+++ b/python/xml/Makefile.am
@@ -13,10 +13,8 @@ XMLSOURCES = \
py_samlp_response.c \
py_xml.c
-if WITH_PYTHON
noinst_LIBRARIES = libxml.a
libxml_a_SOURCES = $(XMLSOURCES)
-endif
INCLUDES = \
-DPACKAGE=\"@PACKAGE@\" \