+Option --enable-bundle for the fully static built single-file binary.
[udpgate.git] / autogen.pl
index 20d5575..001f2c6 100755 (executable)
@@ -2,7 +2,7 @@
 # 
 # $Id$
 # Run to generate the initial Makefiles etc. after CVS checkout.
-# Copyright (C) 2004 Jan Kratochvil <project-udpforward@jankratochvil.net>
+# Copyright (C) 2004 Jan Kratochvil <project-udpgate@jankratochvil.net>
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -31,17 +31,16 @@ use Carp qw(cluck confess);
 
 
 AutoGen->run(
-               "name"=>"udpforward",
-               "COPYRIGHT_HOLDER"=>'Jan Kratochvil <project-udpforward@jankratochvil.net>',
+               "name"=>"udpgate",
+               "COPYRIGHT_HOLDER"=>'Jan Kratochvil <project-udpgate@jankratochvil.net>',
                "ARGV"=>\@ARGV,
                "clean"=>[qw(
-                               .include_test_false.c
-                               .include_test_all.stamp
                                *.pod.pl *.pod *.[0-9]
                                ./ChangeLog.bak
                                ./debian/changelog
-                               ./doc/*-pod.*
-                               ./src/udpforward
+                               ./init.d/udpgate
+                               ./src/udpgate
+                               ./src/bundle.c
                                ./src/ui-gnome-callbacks.[ch]
                                ./src/ui-gnome-interface.[ch]
                                ./src/ui-gnome-support.[ch]