Skip to content
Snippets Groups Projects
Commit 622507a4 authored by deuce's avatar deuce
Browse files

Don't require trailing slash on X_DIR

parent d13191cf
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ CIOWRAP_CFLAGS += -I$(CONIO_SRC)
# ciowrap stuff
ifndef NO_X
X_DIR ?= /usr/X11R6/
CIOWRAP_CFLAGS += -I${X_DIR}include
CIOWRAP_LDFLAGS += -L${X_DIR}lib -lX11
CIOWRAP_CFLAGS += -I${X_DIR}/include
CIOWRAP_LDFLAGS += -L${X_DIR}/lib -lX11
CIOWRAP_OBJS += $(LIBODIR)/console.o $(LIBODIR)/x_cio.o
else
CIOWRAP_CFLAGS += -DNO_X
......
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