diff --git a/libbrux/ChangeLog b/libbrux/ChangeLog index 9d13948b..4bcef080 100644 --- a/libbrux/ChangeLog +++ b/libbrux/ChangeLog @@ -1,3 +1,10 @@ +2004-08-11 Marcel Telka + + * Makefile.rules: New file. + * Makefile.am: Changed path to Makefile.rules include. + (EXTRA_DIST): Added Makefile.rules. + * po/Makevars: Changed path to Makefile.rules include. + 2003-11-03 Marcel Telka * flash/jedec.c (jedec_detect): Fixed compile error - C++-style declaration (bug 828313, thanks to Márton Németh). diff --git a/libbrux/Makefile.am b/libbrux/Makefile.am index 0aa9efe0..2ae25203 100644 --- a/libbrux/Makefile.am +++ b/libbrux/Makefile.am @@ -21,7 +21,7 @@ # Written by Marcel Telka , 2003. # -include $(top_srcdir)/../Makefile.rules +include $(top_srcdir)/Makefile.rules SUBDIRS = po @@ -29,6 +29,9 @@ noinst_HEADERS = \ sysdep.h \ gettext.h +EXTRA_DIST = \ + Makefile.rules + noinst_LIBRARIES = libbrux.a libbrux_a_SOURCES = \ diff --git a/libbrux/Makefile.rules b/libbrux/Makefile.rules new file mode 100644 index 00000000..bdaaec1e --- /dev/null +++ b/libbrux/Makefile.rules @@ -0,0 +1,24 @@ +# +# $Id$ +# +# Copyright (C) 2004 Marcel Telka +# +# 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 the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. +# +# Written by Marcel Telka , 2004. +# + +include $(top_srcdir)/../Makefile.rules diff --git a/libbrux/po/Makevars b/libbrux/po/Makevars index 36252eaf..7afe06e1 100644 --- a/libbrux/po/Makevars +++ b/libbrux/po/Makevars @@ -1,6 +1,6 @@ # $Id$ -include $(top_srcdir)/../Makefile.rules +include $(top_srcdir)/Makefile.rules # Makefile variables for PO directory in any package using GNU gettext.