summaryrefslogtreecommitdiff
path: root/source4/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-17 17:13:02 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-17 17:13:02 +0200
commitb16a8f31ad7b6434b44e24e96b72d877a7ede356 (patch)
tree6ba9b52ffdbb394a7143f1a08112de7c4b245f43 /source4/Makefile
parent79190992b3820cd028c961c48bdea9b35baf13c9 (diff)
downloadsamba-b16a8f31ad7b6434b44e24e96b72d877a7ede356.tar.gz
samba-b16a8f31ad7b6434b44e24e96b72d877a7ede356.tar.bz2
samba-b16a8f31ad7b6434b44e24e96b72d877a7ede356.zip
Fix location of included popt files for systems that don't have popt.
Diffstat (limited to 'source4/Makefile')
-rw-r--r--source4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile
index 91390d833f..7a5ec4c0d0 100644
--- a/source4/Makefile
+++ b/source4/Makefile
@@ -8,7 +8,7 @@ default: all
include mkconfig.mk
-pidldir := $(srcdir)/pidl
+pidldir := $(srcdir)/../pidl
BASEDIR = $(prefix)
TORTUREDIR = $(libdir)/torture