blob: 277d516ade1adb963d05adf1c3caf473cc45cef3 (
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
29
30
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)
|