Build/packaging fix. We have to include an install-exec-hook target

for non-setuid builds, simply because of the way automake works. Automake
makes install-exec-hook a dependency of install-exec-am because it sees it
in Makefile.am, without taking into account the ifdef.

svn path=/trunk/; revision=1638
This commit is contained in:
Gilbert Ramirez 2000-02-15 21:17:57 +00:00
parent ddfa11e870
commit 69bbabe59f
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.167 2000/02/15 21:01:50 gram Exp $
# $Id: Makefile.am,v 1.168 2000/02/15 21:17:57 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -503,6 +503,8 @@ install-exec-hook:
-chmod +s $(DESTDIR)$(bindir)/ethereal
-chmod +s $(DESTDIR)$(bindir)/tethereal
-chmod +s $(DESTDIR)$(bindir)/ethereal_static
else
install-exec-hook:
endif
#