summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
-rwxr-xr-xconfigure2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 597534e..23053ff 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ dev: tags all
 all: ${BINS}
 
 calico: dispatch.o
-	${CC} ${LDFLAGS} dispatch.o ${LDLIBS_calico} -o $@
+	${CC} ${LDFLAGS} dispatch.o ${LDLIBS.calico} -o $@
 
 pounce: ${OBJS}
 	${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@
diff --git a/configure b/configure
index b75a2d3..2936780 100755
--- a/configure
+++ b/configure
@@ -28,7 +28,7 @@ case "$(uname)" in
 		cat <<-EOF
 		CFLAGS += -D_GNU_SOURCE
 		CFLAGS += -D'CERTBOT_PATH="/etc/letsencrypt"'
-		LDLIBS_calico = \${LDLIBS}
+		LDLIBS.calico = \${LDLIBS}
 		RCS =
 		DIRS =
 		EOF
td> 2024-09-13Add Fomapan 200 to films listJune McEnroe 2024-09-10Add August 29 picnic photosJune McEnroe 2024-09-08Apply some bold to trips renderingJune McEnroe This seems easier to visually scan. The only other thing I'd like is a nicer date rendering but JavaScript is useless for that. 2024-09-08Render trips hopefully more efficientlyJune McEnroe 2024-09-08Allow removing bodies and lensesJune McEnroe 2024-09-08Limit body width so it looks less silly on desktopJune McEnroe 2024-09-07Handle no film being loadedJune McEnroe 2024-09-07Fancy up the text a littleJune McEnroe