]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: fix alignment in configure.ac
authorVincent Bernat <vincent@bernat.ch>
Mon, 25 Sep 2023 05:15:37 +0000 (07:15 +0200)
committerVincent Bernat <vincent@bernat.ch>
Fri, 13 Oct 2023 18:47:23 +0000 (20:47 +0200)
configure.ac

index 5c8807b3a7f370aff2bf6465aa8526e25bb12164..167886516135220259f1ca0909740b0113db4305 100644 (file)
@@ -19,9 +19,9 @@ AC_CONFIG_FILES([Makefile
                  src/Makefile
                  src/compat/Makefile
                  src/daemon/Makefile
-                src/lib/Makefile
+                 src/lib/Makefile
                  src/client/Makefile
-                tests/Makefile
+                 tests/Makefile
                  osx/Makefile])
 AC_CONFIG_MACRO_DIR([m4])
 AC_SUBST([CONFIGURE_ARGS], [$ac_configure_args])