From dd38e9fc83c60819d4109f4202811de3e6ae20a1 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 13 Jun 2012 15:08:14 +0200 Subject: [PATCH] scepclient: Fixed Makefile after removing enable-smartcard configure option. --- src/scepclient/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/scepclient/Makefile.am b/src/scepclient/Makefile.am index b10a56a16..7ddec6571 100644 --- a/src/scepclient/Makefile.am +++ b/src/scepclient/Makefile.am @@ -14,11 +14,5 @@ AM_CFLAGS = \ scepclient_LDADD = \ $(top_builddir)/src/libstrongswan/libstrongswan.la -# This compile option activates smartcard support -if USE_SMARTCARD - AM_CFLAGS += -DSMARTCARD - scepclient_LDADD += $(DLLIB) -endif - dist_man_MANS = scepclient.8