blob: 94cf955716bcb524f922109d8365783fc6e944f1 (
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
28
|
include $(top_srcdir)/misc/Makefile.quiet
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)
|