You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
652 B

  1. From 8858b8eacd1385f99796ead78b3a7157c5e93121 Mon Sep 17 00:00:00 2001
  2. From: Jan Engelhardt <jengelh@inai.de>
  3. Date: Sun, 24 Jun 2012 14:57:14 +0200
  4. Subject: [PATCH 1/6] build: remove unnecessary pkgconfig->config.status
  5. dependency
  6. The flags obtained from pkgconfig are in essence preprocessor ones.
  7. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
  8. ---
  9. Make_global.am | 4 ++--
  10. 1 file changed, 2 insertions(+), 2 deletions(-)
  11. --- a/Make_global.am
  12. +++ b/Make_global.am
  13. @@ -1,2 +1,2 @@
  14. -AM_CPPFLAGS = -I${top_srcdir}/include
  15. -AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS}
  16. +AM_CPPFLAGS = -I${top_srcdir}/include ${LIBNFNETLINK_CFLAGS}
  17. +AM_CFLAGS = -Wall