diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-06-13 15:08:14 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-06-13 15:08:14 +0200 |
commit | dd38e9fc83c60819d4109f4202811de3e6ae20a1 (patch) | |
tree | 6715e3d7a04998ef9179761d3df391ef8243f24b /src | |
parent | f7cbc0fafe2fe13245f5ea4877605dfd58c88e63 (diff) | |
download | strongswan-dd38e9fc83c60819d4109f4202811de3e6ae20a1.tar.bz2 strongswan-dd38e9fc83c60819d4109f4202811de3e6ae20a1.tar.xz |
scepclient: Fixed Makefile after removing enable-smartcard configure option.
Diffstat (limited to 'src')
-rw-r--r-- | src/scepclient/Makefile.am | 6 |
1 files changed, 0 insertions, 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 |