[vlc-commits] doc: install libvlc sample applications
Pierre Ynard
git at videolan.org
Fri Sep 16 21:29:35 CEST 2011
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Sep 16 21:28:30 2011 +0200| [69df7da79834177ccfa60c1717d8e72fdae70fd9] | committer: Pierre Ynard
doc: install libvlc sample applications
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=69df7da79834177ccfa60c1717d8e72fdae70fd9
---
doc/Makefile.am | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 783004c..3db7d5b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,19 @@
NULL =
+LIBVLC_SAMPLES = \
+ libvlc/gtk_player.c \
+ libvlc/libvlc_DVD_ripper.c \
+ libvlc/QtPlayer/LICENSE \
+ libvlc/QtPlayer/main.cpp \
+ libvlc/QtPlayer/player.cpp \
+ libvlc/QtPlayer/player.h \
+ libvlc/QtPlayer/QtVLC.pro \
+ libvlc/vlc-thumb.c \
+ libvlc/wx_player.cpp \
+ $(NULL)
+
doc_DATA = \
+ $(LIBVLC_SAMPLES) \
bugreport-howto.txt \
fortunes.txt \
intf-vcd.txt \
@@ -29,6 +42,7 @@ man1_MANS = \
EXTRA_DIST = \
$(CHANGELOGS) \
$(man1_MANS) \
+ $(LIBVLC_SAMPLES) \
bugreport-howto.txt \
fortunes.txt \
intf-vcd.txt \
More information about the vlc-commits
mailing list