diff options
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 |