diff --git a/configure.in b/configure.in index e250ee6..28e89d3 100644 --- a/configure.in +++ b/configure.in @@ -280,6 +280,7 @@ AC_CONFIG_FILES([ m4/Makefile src/Makefile win32/Makefile + win32/shout/Makefile ]) AC_OUTPUT diff --git a/win32/Makefile.am b/win32/Makefile.am index 8714ed2..9b4aae3 100644 --- a/win32/Makefile.am +++ b/win32/Makefile.am @@ -1,6 +1,12 @@ AUTOMAKE_OPTIONS = 1.9 foreign -EXTRA_DIST = README.win32 config.h ezstream.sln ezstream.vcproj +SUBDIRS = shout + +EXTRA_DIST = \ + README.win32 config.h compat.h \ + ezstream.sln ezstream.vcproj \ + libflac.vcproj libogg.vcproj libshout.vcproj libspeex.vcproj \ + libtheora.vcproj libvorbis.vcproj libvorbisfile.vcproj libz.vcproj CLEANFILES = core *.core *~ .*~ ezstream.1.pdf