Added the what's after the credits provider, with a simple (too simple!!) implementation.
authorspenap <bulfaiter@gmail.com>
Sat, 31 Oct 2009 18:27:48 +0000 (18:27 +0000)
committerspenap <bulfaiter@gmail.com>
Sat, 31 Oct 2009 18:27:48 +0000 (18:27 +0000)
commit754f5f7bfd72974e814cd05a6c9009076e8bb95d
tree76d2dce746c15c740cb3d878156be6474628c9d7
parentd7f4eb28eb096c622a28347d7a467bcdc68e8bb4
Added the what's after the credits provider, with a simple (too simple!!) implementation.

Added a file extra_scenes_provider, acting like a wrapper, which will select the right provider to use. It will be the
place to add support for dynamic loading. Right now it's just calling the watc provider

Modified the Makefile.am to get them compiled.

Modified the examples Makefile, to get it doing "all" if invoked without arguments.

Added a clean-auto.sh script to delete the files added by the autoconf tools.

git-svn-id: file:///svnroot/maevies/trunk@7 a96798e0-47ce-444a-94a4-1d14e63744fc
Makefile.am
clean-auto.sh [new file with mode: 0755]
examples/Makefile
src/extra_scenes_provider.c [new file with mode: 0644]
src/extra_scenes_provider.h [new file with mode: 0644]
src/main.c
src/watc_provider.c [new file with mode: 0644]
src/watc_provider.h [new file with mode: 0644]