From fa07a92c476ed898fee7052f47884e2199532157 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 29 May 2022 00:12:16 +0200 Subject: camlib build var cleanup Consistently use the same notation and formatting for all camlib Makefile-files, which uses * common $(camlib_cflags) * common $(camlib_cppflags) * common $(camlib_dependencies) * common $(camlib_ldflags) * common $(camlib_libadd) and then groups additional related definitions together, making it obvious when e.g. bar_la_LIBADD adds FOO_LIBS but bar_la_CPPFLAGS forgot to add FOO_CFLAGS. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f22ceba16..5f1674648 100644 --- a/configure.ac +++ b/configure.ac @@ -660,7 +660,6 @@ AC_CONFIG_FILES([ gphoto2-config camlibs/Makefile camlibs/canon/doc/Makefile - camlibs/konica/localization/Makefile libgphoto2/Makefile libgphoto2.pc libgphoto2-uninstalled.pc -- cgit v1.2.1