[PATCH video-v4l] config: header files are part of the source not in EXTRA_DIST
Gaetan Nadon
memsize at videotron.ca
Wed May 26 13:27:58 PDT 2010
Only files that are not part of the source used to build
the driver are listed in EXTRA_DIST
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
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
More information about the xorg-devel
mailing list