aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 64a1da9..5059632 100644
--- a/config.mk
+++ b/config.mk
@@ -21,8 +21,8 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
21 `$(PKG_CONFIG) --libs freetype2` 21 `$(PKG_CONFIG) --libs freetype2`
22 22
23# flags 23# flags
24CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 24STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
25STCFLAGS = $(INCS) $(CPPFLAGS) $(CFLAGS) 25STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS)
26STLDFLAGS = $(LIBS) $(LDFLAGS) 26STLDFLAGS = $(LIBS) $(LDFLAGS)
27 27
28# OpenBSD: 28# OpenBSD: