Skip to content
Snippets Groups Projects
Commit 690c1359 authored by deuce's avatar deuce
Browse files

Needs SMBLIB

parent c0e50b48
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,13 @@ XPDEV = ../../xpdev/
SBBS_SRC = ..
NEED_UIFC := 1
CFLAGS = -DSCFG
SMBLIB_SRC := ../../smblib/
NEED_SMBLIB := 1
include $(XPDEV)/Common.gmake
include $(UIFC_SRC)/Common.gmake
include $(SBBS_SRC)/Common.gmake
include $(SMBLIB_SRC)/Common.gmake
ifeq ($(os),netbsd)
CFLAGS += $(PTHREAD_CFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment