X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile.am;h=dc9060a1b487b484b44286e3dba5149909fe5beb;hb=1945440fef6811e8d5bdcebe23d6ed93f036ad3f;hp=a3c398abfc68258ea24500ab4feb7b32eaa416a8;hpb=48b49b4be39d25ca1a432936b074e16bb7c4b402;p=udpgate.git diff --git a/Makefile.am b/Makefile.am index a3c398a..dc9060a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # $Id$ # automake source for the toplevel Makefile -# Copyright (C) 2004 Jan Kratochvil +# Copyright (C) 2004 Jan Kratochvil # # 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 @@ -20,7 +20,8 @@ include $(top_srcdir)/Makefile-head.am AUTOMAKE_OPTIONS=gnu ACLOCAL_AMFLAGS=-I macros -SUBDIRS=macros src po +# Keep 'po' and 'init.d' before 'src' for our .gmo files bundling. +SUBDIRS=macros po init.d src ## to automatically rebuild aclocal.m4 if any of the macros in ## `macros/' change @MAINT@include macros/macros.dep @@ -30,7 +31,7 @@ SUBDIRS=macros src po EXTRA_DIST+= \ INSTALL \ mkinstalldirs \ - udpforward.spec.in \ + udpgate.spec.in \ Makefile-head.am \ autogen.pl \ .vimrc \