Removed zmcfg.h from the distribution.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@339 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-01-15 15:40:06 +00:00
parent 264a2e35d5
commit be1d4b9814
2 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,9 @@ noinst_HEADERS = zm.h zmcfg.h zmdbg.h jinclude.h font_6x11.h
EXTRA_DIST = zmcfg.h.z EXTRA_DIST = zmcfg.h.z
dist-hook:
@( rm $(distdir)/zmcfg.h )
# Yes, you are correct. This is a HACK! # Yes, you are correct. This is a HACK!
install-exec-local: install-exec-local:
( cd @bindir@; mv zms $(cgidir) ) ( cd @bindir@; mv zms $(cgidir) )

View File

@ -268,6 +268,7 @@ distdir: $(DISTFILES)
|| cp -p $$d/$$file $(distdir)/$$file || :; \ || cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \ fi; \
done done
$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
@ -393,6 +394,9 @@ clean-generic maintainer-clean-generic clean mostlyclean distclean \
maintainer-clean maintainer-clean
dist-hook:
@( rm $(distdir)/zmcfg.h )
# Yes, you are correct. This is a HACK! # Yes, you are correct. This is a HACK!
install-exec-local: install-exec-local:
( cd @bindir@; mv zms $(cgidir) ) ( cd @bindir@; mv zms $(cgidir) )