diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 1b084421..f881c87e 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -69,7 +69,8 @@ endif | |||
69 | 69 | ||
70 | ifeq "$(origin NOGUI)" "command line" | 70 | ifeq "$(origin NOGUI)" "command line" |
71 | export TC_NO_GUI := 1 | 71 | export TC_NO_GUI := 1 |
72 | C_CXX_FLAGS += -DTC_NO_GUI | 72 | C_CXX_FLAGS += -DTC_NO_GUI -DwxUSE_GUI=0 |
73 | WX_CONFIGURE_FLAGS += --disable-gui | ||
73 | endif | 74 | endif |
74 | 75 | ||
75 | ifdef PKCS11_INC | 76 | ifdef PKCS11_INC |