From 7463ef058f19e5d6c6eee5c40eba3a9a079712ce Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 4 Jan 2009 10:13:05 +0000 Subject: [PATCH] s/libres.h/libresrc.h/ Originally committed to SVN as r2638. --- autogen.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index be06d6981..cd6e1a29b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -291,11 +291,12 @@ $BIN_AWK '/BITMAP/ { image[count] = $1; ++count} END { printf("EXTRA_DIST= \\\n ${srcdir}/aegisub/res.rc \ > ${srcdir}/aegisub/bitmaps/Makefile.am -echo "--- Generating libresrc/resrc.cpp, libresrc/resrc.h from res.rc ---" +echo "--- Generating libresrc/resrc.cpp, libresrc/libresrc.h from res.rc ---" $BIN_AWK -f scripts/unix-gen-res.awk ${srcdir}/aegisub/res.rc \ RESRC_CPP="${srcdir}/aegisub/libresrc/resrc.cpp" \ - RESRC_H="${srcdir}/aegisub/libresrc/resrc.h" + RESRC_H="${srcdir}/aegisub/libresrc/libresrc.h" +exit; rm -rf autom4te.cache echo "--- $ACLOCAL ---"