diff options
author | Luca Ognibene <skaboy@users.sourceforge.net> | 2003-02-26 18:28:07 +0000 |
---|---|---|
committer | Luca Ognibene <skaboy@users.sourceforge.net> | 2003-02-26 18:28:07 +0000 |
commit | 0ee29e7395f278e8af167561d24437a6b652e815 (patch) | |
tree | 202a7fdd66e43332d1d3e3b3efb20f5d130be3b6 /src | |
parent | 89414294fe780b7aeb829235bc0c07421b04bdb1 (diff) | |
download | xine-lib-0ee29e7395f278e8af167561d24437a6b652e815.tar.gz xine-lib-0ee29e7395f278e8af167561d24437a6b652e815.tar.bz2 |
enable building of mosaico
CVS patchset: 4289
CVS date: 2003/02/26 18:28:07
Diffstat (limited to 'src')
-rw-r--r-- | src/post/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/Makefile.am b/src/post/Makefile.am index 0fd1c68f2..b555bbd57 100644 --- a/src/post/Makefile.am +++ b/src/post/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = \ - planar goom visualizations + planar goom visualizations mosaico debug: @list='$(SUBDIRS)'; for subdir in $$list; do \ |