aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-10-24 21:05:56 +0800
committerDan Winship <danw@src.gnome.org>2003-10-24 21:05:56 +0800
commit5146cded3b065817a0a203f5c71ffed3427d0fe4 (patch)
tree691778b85deedb51d0ad781f0653c597f658851c
parent5a08b885cc36c27a533cd56f4db0d58f5fa30edf (diff)
downloadgsoc2013-evolution-5146cded3b065817a0a203f5c71ffed3427d0fe4.tar
gsoc2013-evolution-5146cded3b065817a0a203f5c71ffed3427d0fe4.tar.gz
gsoc2013-evolution-5146cded3b065817a0a203f5c71ffed3427d0fe4.tar.bz2
gsoc2013-evolution-5146cded3b065817a0a203f5c71ffed3427d0fe4.tar.lz
gsoc2013-evolution-5146cded3b065817a0a203f5c71ffed3427d0fe4.tar.xz
gsoc2013-evolution-5146cded3b065817a0a203f5c71ffed3427d0fe4.tar.zst
gsoc2013-evolution-5146cded3b065817a0a203f5c71ffed3427d0fe4.zip
Change YFLAGS to AM_YFLAGS to stop an automake 1.7 warning
* libversit/Makefile.am: Change YFLAGS to AM_YFLAGS to stop an automake 1.7 warning svn path=/trunk/; revision=23056
-rw-r--r--ChangeLog5
-rw-r--r--libversit/Makefile.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 175fd14873..3ce0623746 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-24 Dan Winship <danw@ximian.com>
+
+ * libversit/Makefile.am: Change YFLAGS to AM_YFLAGS to stop an
+ automake 1.7 warning
+
2003-10-23 Rodney Dawes <dobey@ximian.com>
* confiugre.in: Remove mail/importers/Makefile from AC_OUTPUT
diff --git a/libversit/Makefile.am b/libversit/Makefile.am
index 809eeaed80..0fecd2963e 100644
--- a/libversit/Makefile.am
+++ b/libversit/Makefile.am
@@ -1,6 +1,6 @@
# Makefile for libversit.a
-# $Id: Makefile.am,v 1.13 2003/02/21 21:24:27 danw Exp $
+# $Id: Makefile.am,v 1.14 2003/10/24 13:05:56 danw Exp $
VERSIT_SRC = \
vcc.y \
@@ -17,4 +17,4 @@ libversit_la_SOURCES = $(VERSIT_SRC)
EXTRA_DIST = README.TXT vcaltest.c vctest.c
-YFLAGS=-pversit_
+AM_YFLAGS=-pversit_