summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2005-11-28 04:52:57 +0000
committerRalph Giles <giles@xiph.org>2005-11-28 04:52:57 +0000
commit8edf4bc65bf10cb1e5e3ea8623f5f6e6b9381875 (patch)
treeb133eb7ad94f7efc1260e5f2c110772699907c2c
parent00ab61101b40b98ef0b7671935d7cbb978d83b8d (diff)
downloadlibvorbis-git-8edf4bc65bf10cb1e5e3ea8623f5f6e6b9381875.tar.gz
Remove win32/Makefile.am in favor of just including the whole subtree, v1.1.2
as we do for the macos build stuff. svn path=/trunk/vorbis/; revision=10488
-rw-r--r--Makefile.am8
-rw-r--r--configure.in1
-rw-r--r--win32/Makefile.am11
3 files changed, 5 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am
index a2ce9674..4282e261 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 f53d4fc1..6f1501c0 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 a356c6cb..00000000
--- 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