Only files that are not part of the source used to build the driver are listed in EXTRA_DIST
Signed-off-by: Gaetan Nadon <[email protected]> --- src/Makefile.am | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index ed30a80..08afe60 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,7 +28,6 @@ v4l_drv_la_LTLIBRARIES = v4l_drv.la v4l_drv_la_LDFLAGS = -module -avoid-version v4l_drv_ladir = @moduledir@/drivers -v4l_drv_la_SOURCES = \ - v4l.c - -EXTRA_DIST = videodev.h +v4l_drv_la_SOURCES = \ + v4l.c \ + videodev.h -- 1.6.0.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
