From: Bartosz Golaszewski Date: Tue, 6 Jun 2023 10:12:39 +0000 (+0200) Subject: build: drop a reference to libgpiomockup from a comment in Makefile X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7251691618015542ad44be1400071bf757291df4;p=qemu-gpiodev%2Flibgpiod.git build: drop a reference to libgpiomockup from a comment in Makefile We no longer use libgpiomockup. Replace the reference to it with libgpiosim. Signed-off-by: Bartosz Golaszewski --- diff --git a/Makefile.am b/Makefile.am index b38bd9d..10d6a9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ SUBDIRS += tests endif # Build bindings after core tests. When building tests for bindings, we need -# libgpiomockup to be already present. +# libgpiosim to be already present. SUBDIRS += bindings if HAS_DOXYGEN