]> git.sesse.net Git - vlc/commitdiff
doc: install libvlc sample applications
authorPierre Ynard <linkfanel@yahoo.fr>
Fri, 16 Sep 2011 19:28:30 +0000 (21:28 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Fri, 16 Sep 2011 19:28:30 +0000 (21:28 +0200)
doc/Makefile.am

index 783004c589488d1db78f86f09a93ea288087b3db..3db7d5b7ce866f1150ac6c15167dfda73816b6f0 100644 (file)
@@ -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 \