|
From: Petri H. <phi...@us...> - 2018-01-24 20:37:26
|
# HG changeset patch # User Petri Hintukainen <phi...@us...> # Date 1516825321 -7200 # Node ID b91808425f7f30390f3f38e1f1f22b975c1b5801 # Branch default # Parent 7c41cf7ad03bfcd510104ef995ab0f64b51e3c7b Remove source file from EXTRA_DIST No need to put file in EXTRA_DIST if it is used elsewhere diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -11,7 +11,7 @@ SUBDIRS += macosx endif -EXTRA_DIST = video_out_directx.c video_out_macosx.m color_matrix.c +EXTRA_DIST = video_out_macosx.m color_matrix.c noinst_HEADERS = x11osd.h xcbosd.h xv_common.h |