From 5e877a1686fadcfe3ceb15dad1613e41eb175ac4 Mon Sep 17 00:00:00 2001 From: moritz Date: Fri, 9 Mar 2007 01:52:03 +0000 Subject: [PATCH] Commit forgotten /Makefile.am change (new regen-win32: target). git-svn-id: https://svn.xiph.org/trunk/ezstream@12691 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index af6e399..aedd2e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,5 +9,8 @@ CLEANFILES = core *.core *~ .*~ .PHONY: snapshot +regen-win32: + cd win32; ${MAKE} regen-win32 + snapshot: ${MAKE} distcheck distdir=${PACKAGE}-snapshot-`date +'%Y%m%d'`