summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2008-07-03 18:10:41 +0000
committerJason Parker <jparker@digium.com>2008-07-03 18:10:41 +0000
commit8816697ed70106065f0bc8a4c8c5c3fba75c017e (patch)
treec98b3577a81713f5c0e5bf3debf9fd2d8956d262 /Makefile
parent68308cee40f6562f8fa9f3cd8ecc4405f699833e (diff)
sbindir is picked up from configure too. Let's mention it.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4535 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3aaac90..5e2b44f 100644
--- a/Makefile
+++ b/Makefile
@@ -85,8 +85,8 @@ LTZ_SO_OBJS:=zonedata.lo tonezone.lo
LTZ_SO_MAJOR_VER:=1
LTZ_SO_MINOR_VER:=0
-# libdir, includedir and mandir are defined in makeopts (from
-# configure).
+# sbindir, libdir, includedir and mandir are defined in makeopts
+# (from configure).
BIN_DIR:=$(sbindir)
LIB_DIR:=$(libdir)
INC_DIR:=$(includedir)/dahdi