summaryrefslogtreecommitdiff
path: root/camlibs/tp6801
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-09-01 23:19:28 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-09-06 23:35:45 +0200
commit4f21b567f8cc99b11e6915bcb810a61b91c45a52 (patch)
treed3cc16e581c352bfa6f1b9d980f1ca6ef9e1c803 /camlibs/tp6801
parente20663d6fbe734b33c7b4bbc444c4e44476ca596 (diff)
downloadlibgphoto2-4f21b567f8cc99b11e6915bcb810a61b91c45a52.tar.gz
Use LIBGD_* with $(...) instead of @...@
Diffstat (limited to 'camlibs/tp6801')
-rw-r--r--camlibs/tp6801/Makefile-files4
1 files changed, 2 insertions, 2 deletions
diff --git a/camlibs/tp6801/Makefile-files b/camlibs/tp6801/Makefile-files
index f3527495b..60002f7e7 100644
--- a/camlibs/tp6801/Makefile-files
+++ b/camlibs/tp6801/Makefile-files
@@ -19,5 +19,5 @@ tp6801_la_DEPENDENCIES = $(camlib_dependencies)
tp6801_la_LDFLAGS = $(camlib_ldflags)
tp6801_la_LIBADD = $(camlib_libadd)
-tp6801_la_CPPFLAGS += @LIBGD_CFLAGS@
-tp6801_la_LIBADD += @LIBGD_LIBS@
+tp6801_la_CPPFLAGS += $(LIBGD_CFLAGS)
+tp6801_la_LIBADD += $(LIBGD_LIBS)