From: Felix Fietkau Date: Tue, 8 Nov 2011 10:12:31 +0000 (+0000) Subject: netifd: fix compile error when both libnl and libnl-tiny are built X-Git-Tag: reboot~15612 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9906717bfbfbd976f6efbd9152d0edd2cb606611;p=openwrt%2Fopenwrt.git netifd: fix compile error when both libnl and libnl-tiny are built SVN-Revision: 28854 --- diff --git a/package/netifd/Makefile b/package/netifd/Makefile index 98b4a4044f..831bb6c49f 100644 --- a/package/netifd/Makefile +++ b/package/netifd/Makefile @@ -23,8 +23,8 @@ define Package/netifd endef TARGET_CFLAGS += \ - -I$(STAGING_DIR)/usr/include \ - -I$(STAGING_DIR)/usr/include/libnl-tiny + -I$(STAGING_DIR)/usr/include/libnl-tiny \ + -I$(STAGING_DIR)/usr/include CMAKE_OPTIONS += \ -DLIBNL_LIBS=-lnl-tiny \