diff options
Diffstat (limited to 'win32/Makefile.am')
-rw-r--r-- | win32/Makefile.am | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/win32/Makefile.am b/win32/Makefile.am new file mode 100644 index 000000000..277d516ad --- /dev/null +++ b/win32/Makefile.am @@ -0,0 +1,31 @@ +include $(top_srcdir)/misc/Makefile.common + +SUBDIRS = contrib + +EXTRA_DIST = \ + include/msvc/config.h \ + include/msvc/inttypes.h \ + include/msvc/stdint.h \ + include/netinet/in.h \ + include/sys/time.h \ + include/sys/socket.h \ + include/dlfcn.h \ + include/netdb.h \ + include/pwd.h \ + include/unistd.h \ + include/xinesuppt.h \ + scripts/move_xine_fonts.bat \ + README \ + libdvdnav.def \ + libdvdread.def \ + libxine.def \ + libxinesupport.def \ + xineplug_decode_spu.def \ + xine_plugin.def \ + libxine.dsw \ + xine.dsw \ + config.h + + +dist-hook: + cp $(srcdir)/*.dsp $(distdir) |