diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-14 16:53:22 +0100 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-14 16:53:22 +0100 |
commit | faa5982f956359d7aefd0713b9ea8458b1e837df (patch) | |
tree | 0ff16cfc7731a62a299e1074b693ff6d53e329ef /test/Makefile.am | |
parent | cc33352a3ff04da6072acc120ec2c518652efc94 (diff) | |
download | ayatana-indicator-printers-faa5982f956359d7aefd0713b9ea8458b1e837df.tar.gz ayatana-indicator-printers-faa5982f956359d7aefd0713b9ea8458b1e837df.tar.bz2 ayatana-indicator-printers-faa5982f956359d7aefd0713b9ea8458b1e837df.zip |
Don't install test program
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index e474828..5a9a48f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,5 @@ -bin_PROGRAMS = mock-cups-notifier +noinst_PROGRAMS = mock-cups-notifier DISTCLEANFILES = mock-cups-notifier mock_cups_notifier_SOURCES = \ |