Add the makefile too, bla bla bla

Original commit message from CVS:
Add the makefile too, bla bla bla
This commit is contained in:
Johan Dahlin 2004-11-05 17:39:48 +00:00
parent 90fc3c1629
commit 7b9a2b671d

View file

@ -0,0 +1,6 @@
examplesdir = $(pkgdatadir)/examples
examples_DATA = \
player.py \
videoplayer.py
EXTRA_DIST = $(examples_DATA)