summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-23 20:01:39 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-23 20:01:39 +0000
commitae83d21858dc68cadc6ca0d86f260b88ed1ebfd6 (patch)
treeaf0f07b9aa0134c8255431a60686b500f9f1f8c3 /Makefile
parentbc49fb9fddb83fd6824202482122e67cf4322b68 (diff)
simple fixes to get installation working... more to come
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4359 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4fac0ba..d4b7c7c 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ LTZ_SO_MINOR_VER:=0
# for historical reasons.
BIN_DIR:=/sbin
LIB_DIR:=$(libdir)
+INC_DIR:=$(includedir)/dahdi
MAN_DIR:=$(mandir)/man8
# Utilities we build with a standard build procedure:
@@ -213,17 +214,17 @@ install: all install-programs
@echo "###"
@echo "###################################################"
-install-programs: install-utils install-libs install-include
+install-programs: install-utils install-libs
install-utils: utils install-utils-subdirs
ifneq (,$(BINS))
install -d $(DESTDIR)$(BIN_DIR)
install $(BINS) $(DESTDIR)$(BIN_DIR)/
- install -d $(DESTDIR)$(MAN_DIR)
- install -m 644 $(MAN_PAGES) $(DESTDIR)$(MAN_DIR)/
+# install -d $(DESTDIR)$(MAN_DIR)
+# install -m 644 $(MAN_PAGES) $(DESTDIR)$(MAN_DIR)/
endif
ifeq (,$(wildcard $(DESTDIR)$(CONFIG_FILE)))
- $(INSTALL) -D -m 644 dahdi.conf.sample $(DESTDIR)$(CONFIG_FILE)
+# $(INSTALL) -D -m 644 dahdi.conf.sample $(DESTDIR)$(CONFIG_FILE)
endif
install-libs: libs