all: Gutenprint's automake can't handle '-' in variable names. sigh.

This commit is contained in:
Solomon Peachy 2013-07-14 20:18:04 -04:00
parent caaaf3f623
commit 66c5a913fd
6 changed files with 10 additions and 10 deletions

View File

@ -22,11 +22,11 @@ sony-updr150_print: sony_updr150_print.c $(DEPS)
gcc -o $@ $< $(LDFLAGS) $(CFLAGS)
install:
install -o root -m 700 canon-selphy_print $(CUPS_BACKEND_DIR)/canon-selphy
install -o root -m 700 kodak-1400_print $(CUPS_BACKEND_DIR)/kodak-1400
install -o root -m 700 kodak-6800_print $(CUPS_BACKEND_DIR)/kodak-6800
install -o root -m 700 shinko-s2145_print $(CUPS_BACKEND_DIR)/shinko-s2145
install -o root -m 700 sony-updr150_print $(CUPS_BACKEND_DIR)/sony-updr150
install -o root -m 700 canon-selphy_print $(CUPS_BACKEND_DIR)/canonselphy
install -o root -m 700 kodak-1400_print $(CUPS_BACKEND_DIR)/kodak1400
install -o root -m 700 kodak-6800_print $(CUPS_BACKEND_DIR)/kodak6800
install -o root -m 700 shinko-s2145_print $(CUPS_BACKEND_DIR)/shinkos2145
install -o root -m 700 sony-updr150_print $(CUPS_BACKEND_DIR)/sonyupdr150
clean:
rm -f selphy_print kodak6800_print kodak1400_print shinko_s2145 sony_updr150

View File

@ -36,7 +36,7 @@
#include <signal.h>
#define VERSION "0.16"
#define URI_PREFIX "kodak-1400://"
#define URI_PREFIX "kodak1400://"
#include "backend_common.c"

View File

@ -36,7 +36,7 @@
#include <signal.h>
#define VERSION "0.11"
#define URI_PREFIX "kodak-6800://"
#define URI_PREFIX "kodak6800://"
#define STR_LEN_MAX 64
#include "backend_common.c"

View File

@ -36,7 +36,7 @@
#include <signal.h>
#define VERSION "0.52"
#define URI_PREFIX "canon-selphy://"
#define URI_PREFIX "canonselphy://"
#include "backend_common.c"

View File

@ -40,7 +40,7 @@
#include <signal.h>
#define VERSION "0.11"
#define URI_PREFIX "shinko-s2145://"
#define URI_PREFIX "shinkos2145://"
#include "backend_common.c"

View File

@ -36,7 +36,7 @@
#include <signal.h>
#define VERSION "0.02"
#define URI_PREFIX "sony-updr150://"
#define URI_PREFIX "sonyupdr150://"
#define STR_LEN_MAX 64
#include "backend_common.c"