From ae83d21858dc68cadc6ca0d86f260b88ed1ebfd6 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 23 May 2008 20:01:39 +0000 Subject: 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 --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3