From: Tobias Brunner Date: Wed, 13 Jun 2012 13:08:14 +0000 (+0200) Subject: scepclient: Fixed Makefile after removing enable-smartcard configure option. X-Git-Tag: 5.0.0~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd38e9fc83c60819d4109f4202811de3e6ae20a1;p=thirdparty%2Fstrongswan.git scepclient: Fixed Makefile after removing enable-smartcard configure option. --- diff --git a/src/scepclient/Makefile.am b/src/scepclient/Makefile.am index b10a56a16a..7ddec65711 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