From 82ecd5525e3f07fe96054a80ae17a0e855142715 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Tue, 3 Aug 2004 17:18:03 +0000 Subject: Bye bye AM_CONDITIONAL rests. (the if WITH_PYTHON are not accurate now). --- python/protocols/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'python/protocols/Makefile.am') 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) \ -- cgit