X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile.am;h=288d4f5af1ca743a9f1cf684d45f30762e2082b5;hb=04b34c825e273ea797dc27fa42f0dfe147087e39;hp=a3c398abfc68258ea24500ab4feb7b32eaa416a8;hpb=48b49b4be39d25ca1a432936b074e16bb7c4b402;p=udpgate.git diff --git a/Makefile.am b/Makefile.am index a3c398a..288d4f5 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 fonts 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 \