aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-08-26 21:10:03 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-08-26 21:10:03 +0200
commiteccf51eb3f74a479a279d61959afa2804f1c29f6 (patch)
tree75e6b68a7a3d47569435e8d7290a3007e0d2fcab /Makefile
parent9ffda40a7fe43be4df100aa1e599d4556833b4ad (diff)
parent769f5f32d395a2c01f0ab06f29da952b3d13485e (diff)
Merge commit 'remotes/holizz/nouzblctrl' into experimental
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 78ff400..2a0982c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CFLAGS!=echo -std=c99 `pkg-config --cflags gtk+-2.0 webkit-1.0 libsoup-2.4 gthre
LDFLAGS:=$(shell pkg-config --libs gtk+-2.0 webkit-1.0 libsoup-2.4 gthread-2.0) -pthread $(LDFLAGS)
LDFLAGS!=echo `pkg-config --libs gtk+-2.0 webkit-1.0 libsoup-2.4 gthread-2.0` -pthread $(LDFLAGS)
-all: uzbl uzblctrl
+all: uzbl
PREFIX?=$(DESTDIR)/usr/local
@@ -27,7 +27,6 @@ test-share: uzbl
clean:
rm -f uzbl
- rm -f uzblctrl
rm -f uzbl.o
cd ./tests/; $(MAKE) clean
@@ -36,7 +35,6 @@ install:
install -d $(PREFIX)/share/uzbl/docs
install -d $(PREFIX)/share/uzbl/examples
install -m755 uzbl $(PREFIX)/bin/uzbl
- install -m755 uzblctrl $(PREFIX)/bin/uzblctrl
cp -rp docs $(PREFIX)/share/uzbl/
cp -rp config.h $(PREFIX)/share/uzbl/docs/
cp -rp examples $(PREFIX)/share/uzbl/
@@ -46,5 +44,4 @@ install:
uninstall:
rm -rf $(PREFIX)/bin/uzbl
- rm -rf $(PREFIX)/bin/uzblctrl
rm -rf $(PREFIX)/share/uzbl