From: Ralph Giles Date: Mon, 28 Nov 2005 04:52:57 +0000 (+0000) Subject: Remove win32/Makefile.am in favor of just including the whole subtree, X-Git-Tag: v1.3.3~434 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8edf4bc65bf10cb1e5e3ea8623f5f6e6b9381875;p=platform%2Fupstream%2Flibvorbis.git Remove win32/Makefile.am in favor of just including the whole subtree, as we do for the macos build stuff. svn path=/trunk/vorbis/; revision=10488 --- diff --git a/Makefile.am b/Makefile.am index a2ce967..4282e26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign dist-zip -SUBDIRS = lib include doc examples win32 vq +SUBDIRS = lib include doc examples vq m4datadir = $(datadir)/aclocal m4data_DATA = vorbis.m4 @@ -15,14 +15,15 @@ pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc # to pick up on the lowercase changelog file and add ChangeLog to DIST_COMMON # because of it, breaking make dist. This works just as well. EXTRA_DIST = \ - todo.txt macos macosx autogen.sh \ + todo.txt autogen.sh \ libvorbis.spec libvorbis.spec.in \ vorbis.m4 \ vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in \ vorbis-uninstalled.pc.in \ vorbisenc-uninstalled.pc.in \ vorbisfile-uninstalled.pc.in \ - debian + debian macos macosx win32 + DISTCHECK_CONFIGURE_FLAGS = --enable-docs @@ -31,6 +32,7 @@ dist-hook: rm -rf `find $(distdir)/debian -name "Makefile*"` rm -rf `find $(distdir)/macos -name .svn` rm -rf `find $(distdir)/macosx -name .svn` + rm -rf `find $(distdir)/win32 -name .svn` debug: $(MAKE) all CFLAGS="@DEBUG@" diff --git a/configure.in b/configure.in index f53d4fc..6f1501c 100644 --- a/configure.in +++ b/configure.in @@ -235,7 +235,6 @@ lib/books/floor/Makefile doc/Makefile doc/vorbisfile/Makefile doc/vorbisenc/Makefile include/Makefile include/vorbis/Makefile examples/Makefile -win32/Makefile vq/Makefile libvorbis.spec vorbis.pc diff --git a/win32/Makefile.am b/win32/Makefile.am deleted file mode 100644 index a356c6c..0000000 --- a/win32/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -## Process this with automake to create Makefile.in - -EXTRA_DIST = vorbis.def vorbis_dynamic.dsp vorbis_static.dsp\ - vorbisfile.def vorbisfile_dynamic.dsp vorbisfile_static.dsp\ - vorbisenc.def vorbisenc_dynamic.dsp vorbisenc_static.dsp\ - build_vorbis_dynamic.bat build_vorbis_dynamic_debug.bat\ - build_vorbis_static.bat build_vorbis_static_debug.bat\ - build_vorbisenc_dynamic.bat build_vorbisenc_dynamic_debug.bat\ - build_vorbisenc_static.bat build_vorbisenc_static_debug.bat\ - build_vorbisfile_dynamic.bat build_vorbisfile_dynamic_debug.bat\ - build_vorbisfile_static.bat build_vorbisfile_static_debug.bat vorbis.dsw