This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit beb72f8b6563adb11c58cc232b5028146ca8432a Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 13 21:06:47 2015 +0100 Makefile: rename SRC_DIR to TOP_DIR. --- Makefile | 6 +++--- debian/changelog | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 916716f..5437c3e 100755 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ #!/usr/bin/make -f -SRC_DIR=$(CURDIR) -CLIENT_DIR=$(SRC_DIR)/client_build +TOP_DIR=$(CURDIR) +CLIENT_DIR=$(TOP_DIR)/client_build CLIENT_BINARY=$(CLIENT_DIR)/x2goclient -PLUGIN_DIR=$(SRC_DIR)/plugin_build +PLUGIN_DIR=$(TOP_DIR)/plugin_build PLUGIN_BINARY=$(PLUGIN_DIR)/libx2goplugin.so SHELL=/bin/bash diff --git a/debian/changelog b/debian/changelog index 1034975..aee2e70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -100,6 +100,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium entries in x2goclient.pro in x2goclientconfig.pri. - Move resource files to src/res/ and reference in x2goclient.pro. - Reference changes in shipped Makefile. + - Rename SRC_DIR to TOP_DIR in shipped Makefile. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 12:01:43 +0100 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git