0002-build-remove-unused-lines-in-Makefile.am.patch 576 B

123456789101112131415161718192021222324
  1. From fee63b81ee432d0b3e03ffcf9f54cda99476f267 Mon Sep 17 00:00:00 2001
  2. From: Jan Engelhardt <jengelh@inai.de>
  3. Date: Sun, 24 Jun 2012 14:57:48 +0200
  4. Subject: [PATCH 2/6] build: remove unused lines in Makefile.am
  5. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
  6. ---
  7. Makefile.am | 2 --
  8. 1 file changed, 2 deletions(-)
  9. diff --git a/Makefile.am b/Makefile.am
  10. index b758e56..9a1cbcb 100644
  11. --- a/Makefile.am
  12. +++ b/Makefile.am
  13. @@ -1,6 +1,4 @@
  14. -AM_CPPFLAGS = -I$(top_srcdir)/include
  15. SUBDIRS = include src utils
  16. -LINKOPTS = -lnfnetlink
  17. ACLOCAL_AMFLAGS = -I m4
  18. --
  19. 1.7.10.4