Add make-reg-dotc to list of deliverables (EXTRA_DIST).
authorGilbert Ramirez <gram@alumni.rice.edu>
Wed, 27 Oct 1999 02:41:11 +0000 (02:41 -0000)
committerGilbert Ramirez <gram@alumni.rice.edu>
Wed, 27 Oct 1999 02:41:11 +0000 (02:41 -0000)
Invoke make-reg-dotc as $(srcdir)/make-reg-dotc for builds outside
of source-tree.

svn path=/trunk/; revision=932

Makefile.am

index 926e4f0b646d61bea19ee338566656ad183fc179..961e532379f2636bdb176336c156b9133b9c3c0d 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for Ethereal
 #
-# $Id: Makefile.am,v 1.98 1999/10/27 01:46:14 guy Exp $
+# $Id: Makefile.am,v 1.99 1999/10/27 02:41:11 gram Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@zing.org>
@@ -214,7 +214,7 @@ wiretap/libwiretap.a gtk/libui.a \
 #
 register.c: packet.c $(DISSECTOR_SOURCES) @SNMP_C@
        @echo Making register.c
-       @./make-reg-dotc $(srcdir) packet.c $(DISSECTOR_SOURCES) @SNMP_C@
+       @$(srcdir)/make-reg-dotc $(srcdir) packet.c $(DISSECTOR_SOURCES) @SNMP_C@
 
 ps.c: print.ps rdps
        ./rdps $(srcdir)/print.ps ps.c
@@ -245,6 +245,7 @@ EXTRA_DIST = \
        image/icon-excl.xpm     \
        image/icon-ethereal.xpm \
        Makefile.nmake          \
+       make-reg-dotc           \
        manuf                   \
        print.ps                \
        README.irix             \