diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-02 15:18:37 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-02 16:41:02 +0200 |
commit | 9c6ac8bcdeae6d8b4107bf1286fe449f2b63a90a (patch) | |
tree | 38ae198f586c56664b793560886f74929ec09d14 /configure.ac | |
parent | 43787492f54473183d38eac07d59157bce733d96 (diff) | |
download | experiment-player-9c6ac8bcdeae6d8b4107bf1286fe449f2b63a90a.tar.gz |
preliminary player widget based on experiment-player prototype
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 306a9fa..80b9b08 100644 --- a/configure.ac +++ b/configure.ac @@ -117,6 +117,7 @@ case $host in esac AC_CONFIG_FILES([Makefile \ + lib/Makefile lib/gtk-vlc-player/Makefile \ src/Makefile \ doc/Makefile doc/Doxyfile]) AC_OUTPUT |