blob: 8d6a8552d35b5b2f2eaa034925ce11ea2b437fb6 (
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 = contrib include
EXTRA_DIST = \
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
dist-hook:
cp $(srcdir)/*.dsp $(distdir)
|