diff --git a/doc/reference/cogl-gst/Makefile.am b/doc/reference/cogl-gst/Makefile.am index 80f07b945..36f561f21 100644 --- a/doc/reference/cogl-gst/Makefile.am +++ b/doc/reference/cogl-gst/Makefile.am @@ -88,7 +88,7 @@ AM_CPPFLAGS=\ $(COGL_GST_DEP_CFLAGS) GTKDOC_LIBS=\ - $(top_builddir)/cogl/libcogl2.la \ + $(top_builddir)/cogl/libcogl.la \ $(top_builddir)/cogl-gst/libcogl-gst.la \ $(COGL_DEP_LIBS) \ $(COGL_GST_DEP_LIBS) diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am index 89c2d1324..9187ecb97 100644 --- a/tests/conform/Makefile.am +++ b/tests/conform/Makefile.am @@ -155,8 +155,7 @@ TEST_PROGS = test-conformance .PHONY: test -EXTRA_DIST = test-launcher.sh.in run-tests.sh -DISTCLEANFILES = test-launcher.sh .gitignore +DISTCLEANFILES = .gitignore dist-hook: ../../build/win32/vs9/test-conformance-cogl.vcproj ../../build/win32/vs10/test-conformance-cogl.vcxproj ../../build/win32/vs10/test-conformance-cogl.vcxproj.filters