packages feed

vision-0.0.2.3: configure.ac

AC_INIT(vision, [], [])
AC_CONFIG_SRCDIR([vision.cabal])

AC_ARG_WITH(compiler, [])

AC_CONFIG_FILES(Makefile
                ui/Makefile
				src/Makefile
                src/Properties/Makefile
                src/Properties/Editor/Makefile
                src/Playlist/Makefile
                src/Playlist/Format/Makefile
                src/Location/Makefile
                src/Collection/Makefile
                src/Collection/List/Makefile)
AC_OUTPUT