aboutsummaryrefslogtreecommitdiffstats
path: root/boilerplate.mk
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2005-01-24 08:04:33 +0000
committerPeter Åstrand <astrand@cendio.se>2005-01-24 08:04:33 +0000
commit42e4bf0c936435f27dd33dd65b91130e38e26dba (patch)
tree3ea49c42618ac43b94029e9e9e2ec97503567549 /boilerplate.mk
parent785f7a7470f4433066cbd59a6fc40ba2263a08b2 (diff)
downloadtigervnc-42e4bf0c936435f27dd33dd65b91130e38e26dba.tar.gz
tigervnc-42e4bf0c936435f27dd33dd65b91130e38e26dba.zip
Defining top_builddir.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@113 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'boilerplate.mk')
-rw-r--r--boilerplate.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/boilerplate.mk b/boilerplate.mk
index 979731c5..82ac68b9 100644
--- a/boilerplate.mk
+++ b/boilerplate.mk
@@ -10,6 +10,7 @@ clean::
SHELL = @SHELL@
top_srcdir = @top_srcdir@
+top_builddir = @top_builddir@
@SET_MAKE@
CC = @CC@
CFLAGS = @CFLAGS@ $(DIR_CFLAGS)