Skip to content
Snippets Groups Projects
Commit 7803219d authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

gtkuserlist doesn't need cryptlib

parent e9efb2fb
Branches
Tags
1 merge request!455Update branch with changes from master
......@@ -23,7 +23,7 @@ endif
vpath %.c ..
CFLAGS += $(SBBSDEFS) -I.. -I../../comio $(SMBLIB_CFLAGS) $(HASH_CFLAGS) $(XPDEV-MT_CFLAGS) $(CRYPT_CFLAGS) `pkg-config gtk+-3.0 --cflags`
CFLAGS += $(SBBSDEFS) -I.. -I../../comio $(SMBLIB_CFLAGS) $(HASH_CFLAGS) $(XPDEV-MT_CFLAGS) `pkg-config gtk+-3.0 --cflags`
# Hopefully, -Wl,-E exports all symbols dynamically everywhere.
LDFLAGS += -Wl,-E -L../$(LIBODIR) $(SMBLIB_LDFLAGS) $(XPDEV-MT_LDFLAGS) $(MT_LDFLAGS)
EXTRA_LIBS += `pkg-config gtk+-3.0 --libs`
......
......@@ -3,7 +3,10 @@
#include <gtk/gtk.h>
#undef JAVASCRIPT
#undef USE_CRYPTLIB
#include "sbbs.h"
#define USE_CRYPTLIB
extern GtkBuilder *builder;
extern scfg_t cfg;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment