libaacs | branch: refs/tags/0.3.0 | npzacs <[email protected]> | Wed Nov 30 16:02:48 2011 +0200| [7801a713e7360f84d771b6027de69c051f2499c2] | committer: npzacs
Fixed paths > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=7801a713e7360f84d771b6027de69c051f2499c2 --- src/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index c8820a5..b972f38 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am @@ -10,7 +10,7 @@ CFLAGS=$(shell test -z "$$CFLAGS" || echo "$$CFLAGS") AACS_LIB = $(top_builddir)/src/libaacs.la -PARSER_TEST_DEPENDENCIES=../keydbcfg-lexer.c ../keydbcfg-parser.c +PARSER_TEST_DEPENDENCIES=$(top_srcdir)/src/keydbcfg-lexer.c $(top_srcdir)/src/keydbcfg-parser.c noinst_PROGRAMS=parser_test libaacs_test _______________________________________________ libaacs-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libaacs-devel
