From 32708cae478d228d311a03ac5da153de383e48cb Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 14 Feb 2012 21:58:22 +0100 Subject: test/Makefile.am: pull generated files from build dir to enable out-of-tree builds --- test/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 5a9a48f..d3e10bb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,12 +4,12 @@ DISTCLEANFILES = mock-cups-notifier mock_cups_notifier_SOURCES = \ mock-cups-notifier.c \ - $(top_srcdir)/src/cups-notifier.c \ - $(top_srcdir)/src/cups-notifier.h + $(top_builddir)/src/cups-notifier.c \ + $(top_builddir)/src/cups-notifier.h mock_cups_notifier_CPPFLAGS = \ $(SERVICE_CFLAGS) \ - -I$(top_srcdir)/src + -I$(top_builddir)/src mock_cups_notifier_LDADD = $(SERVICE_LIBS) -- cgit v1.2.3