Build/packaging fix. We have to include an install-exec-hook target
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 15 Feb 2000 21:17:57 +0000 (21:17 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 15 Feb 2000 21:17:57 +0000 (21:17 +0000)
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1638 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am

index 3c6fdc92662023e4f44b755d4fab28fbd967d51a..f4752cc30e01f736945abf8de197612f386c51aa 100644 (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
 
 #