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:
parent
264a2e35d5
commit
be1d4b9814
|
@ -22,6 +22,9 @@ noinst_HEADERS = zm.h zmcfg.h zmdbg.h jinclude.h font_6x11.h
|
|||
|
||||
EXTRA_DIST = zmcfg.h.z
|
||||
|
||||
dist-hook:
|
||||
@( rm $(distdir)/zmcfg.h )
|
||||
|
||||
# Yes, you are correct. This is a HACK!
|
||||
install-exec-local:
|
||||
( cd @bindir@; mv zms $(cgidir) )
|
||||
|
|
|
@ -268,6 +268,7 @@ distdir: $(DISTFILES)
|
|||
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
||||
fi; \
|
||||
done
|
||||
$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
|
||||
|
||||
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
||||
|
||||
|
@ -393,6 +394,9 @@ clean-generic maintainer-clean-generic clean mostlyclean distclean \
|
|||
maintainer-clean
|
||||
|
||||
|
||||
dist-hook:
|
||||
@( rm $(distdir)/zmcfg.h )
|
||||
|
||||
# Yes, you are correct. This is a HACK!
|
||||
install-exec-local:
|
||||
( cd @bindir@; mv zms $(cgidir) )
|
||||
|
|
Loading…
Reference in New Issue