From c52df867db2f177dcabbbbe2b93517c9bf4f8ae1 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Wed, 18 Jun 2003 17:46:15 +0000 Subject: Build fix, when srcdir != objdir CVS patchset: 5066 CVS date: 2003/06/18 17:46:15 --- src/post/deinterlace/plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/post/deinterlace/plugins/Makefile.am b/src/post/deinterlace/plugins/Makefile.am index 65e430134..27636935a 100644 --- a/src/post/deinterlace/plugins/Makefile.am +++ b/src/post/deinterlace/plugins/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/misc/Makefile.common -AM_CPPFLAGS = -I../ +AM_CPPFLAGS = -I$(top_srcdir)/src/post/deinterlace EXTRA_DIST = -- cgit v1.2.3