Introduction
Introduction Statistics Contact Development Disclaimer Help
remove config.mk - tabbed - tab interface for application supporting Xembed
git clone git://git.suckless.org/tabbed
Log
Files
Refs
README
LICENSE
---
commit 41e2b8f30667078a4da04d5bd3d9eb839b118895
parent 418899e7445deaf92b0fc8401867b421accb6e1c
Author: Hiltjo Posthuma <[email protected]>
Date: Fri, 14 Oct 2022 19:54:18 +0200
remove config.mk
Diffstat:
D config.mk | 12 ------------
1 file changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/config.mk b/config.mk
@@ -1,12 +0,0 @@
-# paths
-PREFIX = /usr/local
-MANPREFIX = ${PREFIX}/share/man
-DOCPREFIX = ${PREFIX}/share/doc/${NAME}
-
-# use system flags.
-TABBED_CFLAGS = -I/usr/X11R6/include -I/usr/include/freetype2 ${CPPFLAGS}
-TABBED_LDFLAGS = -L/usr/X11R6/lib -lX11 /usr/X11R6/lib ${LDFLAGS}
-TABBED_CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE
-
-# OpenBSD (uncomment)
-#TABBED_CFLAGS = -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 ${CPPFLAG…
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.