diff options
Diffstat (limited to 'plugins/gryphon/Makefile.am')
-rw-r--r-- | plugins/gryphon/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/gryphon/Makefile.am b/plugins/gryphon/Makefile.am index ba1a6f53f3..b464e34826 100644 --- a/plugins/gryphon/Makefile.am +++ b/plugins/gryphon/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal/Gryphon # -# $Id: Makefile.am,v 1.5 2000/02/10 22:54:50 gerald Exp $ +# $Id: Makefile.am,v 1.6 2000/03/03 12:01:22 gram Exp $ # # Ethereal - Network traffic analyzer # By Steve Limkemann <stevelim@dgtech.com> @@ -39,3 +39,6 @@ LIBS = CLEANFILES = \ gryphon \ *~ + +EXTRA_DIST = \ + Makefile.nmake |