blob: 8197683e5bdc08ef9883185bc3df49ac8b2a6bc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
include $(top_srcdir)/misc/Makefile.common
SUBDIRS = include
EXTRA_DIST = \
scripts/post_install.bat \
scripts/ffmpeg_win32.patch \
config.h \
README \
libdvdnav.def \
libxine.def \
libxinesupport.def \
xine_plugin.def \
libxine.dsw \
xine.dsw
dist-hook:
cp $(srcdir)/*.dsp $(distdir)
|