blob: 6f8795b5c0b9041334b0635820a5a67f2d31156f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
include $(top_srcdir)/misc/Makefile.common
EXTRA_DIST = \
scripts/post_install.bat \
scripts/ffmpeg_win32.patch \
include/msvc/sys/time.h \
include/msvc/config.h \
include/msvc/inttypes.h \
include/msvc/stdint.h \
include/msvc/unistd.h \
include/sys/socket.h \
include/netinet/in.h \
include/sys/socket.h \
include/dlfcn.h \
include/netdb.h \
include/pwd.h \
config.h \
README \
libdvdnav.def \
libxine.def \
libxinesupport.def \
xine_plugin.def \
xine.dsw
dist-hook:
cp $(srcdir)/*.dsp $(distdir)
|