summaryrefslogtreecommitdiff
path: root/src/cups/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/cups/Makefile.am')
-rw-r--r--src/cups/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cups/Makefile.am b/src/cups/Makefile.am
index 8b99888..04d870c 100644
--- a/src/cups/Makefile.am
+++ b/src/cups/Makefile.am
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.87.8.2 2007/05/29 01:47:26 rlk Exp $
+## $Id: Makefile.am,v 1.87.8.3 2007/12/15 20:35:36 rlk Exp $
## Copyright (C) 2000 Roger Leigh
##
## This program is free software; you can redistribute it and/or modify
@@ -48,8 +48,6 @@ LOCAL_CPPFLAGS = $(GUTENPRINT_CFLAGS) $(CUPS_CFLAGS)
STP_ENV= STP_MODULE_PATH=$(top_builddir)/src/main/.libs:$(top_builddir)/src/main STP_DATA_PATH=$(top_srcdir)/src/main
-TESTS= test-ppds
-
## Programs
if BUILD_TRANSLATED_CUPS_PPDS
@@ -72,6 +70,9 @@ sbin_PROGRAMS = cups-genppd.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION
sbin_SCRIPTS = cups-genppdconfig.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ cups-genppdupdate.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@
cupsexec_backend_PROGRAMS = epson canon
cupsexec_filter_PROGRAMS = rastertogutenprint.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ commandtoepson commandtocanon
+
+TESTS= test-ppds test-rastertogutenprint
+noinst_SCRIPTS=test-rastertogutenprint
endif
if BUILD_GENPPD_STATIC