diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-14 16:19:16 +0100 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-14 16:19:16 +0100 |
commit | 4d7d494bb690c07aaf6e42a561fa9f9f839843e4 (patch) | |
tree | 86dceef88f95ed26595edbe928c28a27edd4056f /test/Makefile.am | |
parent | fd61d6437a45da55dc478c56a5ae7a374c9c7516 (diff) | |
download | ayatana-indicator-printers-4d7d494bb690c07aaf6e42a561fa9f9f839843e4.tar.gz ayatana-indicator-printers-4d7d494bb690c07aaf6e42a561fa9f9f839843e4.tar.bz2 ayatana-indicator-printers-4d7d494bb690c07aaf6e42a561fa9f9f839843e4.zip |
test: use correct directory for generated files
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index d07a786..e474828 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_builddir)/src/cups-notifier.c \ - $(top_builddir)/src/cups-notifier.h + $(top_srcdir)/src/cups-notifier.c \ + $(top_srcdir)/src/cups-notifier.h mock_cups_notifier_CPPFLAGS = \ $(SERVICE_CFLAGS) \ - -I$(top_builddir)/src + -I$(top_srcdir)/src mock_cups_notifier_LDADD = $(SERVICE_LIBS) |