[vlc-devel] commit: Fix make dist (Pierre Ynard )
git version control
git at videolan.org
Mon Dec 14 22:42:29 CET 2009
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Dec 14 22:41:45 2009 +0100| [225bddeaedc32f743fa79033e020dc4364b05ec7] | committer: Pierre Ynard
Fix make dist
Distribute missing header
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=225bddeaedc32f743fa79033e020dc4364b05ec7
---
modules/video_output/Modules.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am
index 1b5fefa..f065ae9 100644
--- a/modules/video_output/Modules.am
+++ b/modules/video_output/Modules.am
@@ -14,7 +14,7 @@ SOURCES_svgalib = svgalib.c
SOURCES_mga = mga.c
SOURCES_hd1000v = hd1000v.cpp
SOURCES_snapshot = snapshot.c
-SOURCES_opengl = opengl.c
+SOURCES_opengl = opengl.c opengl.h
SOURCES_opengllayer = opengllayer.m
SOURCES_directfb = directfb.c
SOURCES_vmem = vmem.c
More information about the vlc-devel
mailing list