Re: [libgpiod] [PATCH] tests/Makefile.am: use top_builddir instead of relative paths

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



pon., 11 mar 2019 o 23:20 Anders Roxell <anders.roxell@xxxxxxxxxx> napisał(a):
>
> Signed-off-by: Anders Roxell <anders.roxell@xxxxxxxxxx>
> ---
>  tests/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index 80631b4f528d..e124a7e5df7a 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -9,7 +9,7 @@
>  AM_CFLAGS = -I$(top_srcdir)/include/ -include $(top_builddir)/config.h
>  AM_CFLAGS += -Wall -Wextra -g $(KMOD_CFLAGS) $(UDEV_CFLAGS)
>  AM_LDFLAGS = -pthread
> -LDADD = ../src/lib/libgpiod.la $(KMOD_LIBS) $(UDEV_LIBS)
> +LDADD = $(top_builddir)/src/lib/libgpiod.la $(KMOD_LIBS) $(UDEV_LIBS)
>
>  check_PROGRAMS = gpiod-test
>
> --
> 2.20.1
>

I had already applied this one last time.

Bart




[Index of Archives]     [Linux SPI]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux