diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/Makefile.am | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 6977247d8..0149ed648 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -8,21 +8,4 @@ endif m4data_DATA = xine.m4 -EXTRA_DIST = \ - attributes.m4 \ - audio_out.m4 \ - decoders.m4 \ - directx.m4 \ - gas.m4 \ - input.m4 \ - macosx.m4 \ - misc.m4 \ - objc.m4 \ - pkg.m4 \ - programs.m4 \ - pthreads.m4 \ - symbol.m4 \ - summary.m4 \ - types.m4 \ - video_out.m4 \ - xine.m4 +EXTRA_DIST = $(wildcard *.m4) |