0001-Makefile.am-use-LIBTOOL-instead-of-hardcoded-libtool.patch 833 B

123456789101112131415161718192021222324252627
  1. From f39bcd5af79aa3efe2cecb2212793c5b596890a8 Mon Sep 17 00:00:00 2001
  2. From: Alexander Kanavin <alex.kanavin@gmail.com>
  3. Date: Thu, 18 Feb 2016 17:40:45 +0200
  4. Subject: [PATCH] Makefile.am: use $(LIBTOOL) instead of hardcoded libtool name
  5. Upstream-Status: Pending
  6. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  7. ---
  8. unique/Makefile.am | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/unique/Makefile.am b/unique/Makefile.am
  11. index 6475a87..734f431 100644
  12. --- a/unique/Makefile.am
  13. +++ b/unique/Makefile.am
  14. @@ -114,7 +114,7 @@ Unique-1.0.gir: $(INTROSPECTION_SCANNER) libunique-1.0.la
  15. --include=GObject-2.0 \
  16. --include=Gtk-2.0 \
  17. --library=libunique-1.0.la \
  18. - --libtool="$(top_builddir)/libtool" \
  19. + --libtool="$(LIBTOOL)" \
  20. --pkg gobject-2.0 \
  21. --pkg gtk+-2.0 \
  22. --output $@ \
  23. --
  24. 2.7.0