corrected compilation flags - tabbed - my small fork of tabbed
HTML git clone https://git.drkhsh.at/tabbed.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit fac1758bff9a99f53ff5f6c4ec945eee8a90bae3
DIR parent a9ad7e7201fddb96e41060292a0a1c060daac579
HTML Author: Matthias-Christian Ott <ott@mirix.org>
Date: Mon, 12 Oct 2009 08:23:01 +0000
corrected compilation flags
Diffstat:
M config.mk | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
---
DIR diff --git a/config.mk b/config.mk
@@ -7,13 +7,9 @@ VERSION = 0.0
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
-GTKINC=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0)
-GTKLIB=$(shell pkg-config --libs gtk+-2.0 webkit-1.0)
-
-
# includes and libs
-INCS = -I. -I/usr/include ${GTKINC}
-LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0
+INCS = -I. -I/usr/include
+LIBS = -L/usr/lib -lc -lX11
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"