diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-07-19 18:19:40 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-07-19 19:15:52 +0200 |
commit | 45919881ba39262a5a7d4a6e224ad395080a3a5e (patch) | |
tree | a02f0b8901d5576ab078f20e8ed2f346480c97d2 /Makefile.am | |
parent | da2e6db5eb81f571ab16ed920844f4761cbda8d9 (diff) | |
download | gtk-vlc-player-45919881ba39262a5a7d4a6e224ad395080a3a5e.tar.gz |
added simple example program
build with:
make check
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0a47a01..7bef0ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = src doc +SUBDIRS = src examples doc |