netifd: fix compile error when both libnl and libnl-tiny are built

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28854 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2011-11-08 10:12:31 +00:00
parent a31e4087d1
commit b2dce50790
1 changed files with 2 additions and 2 deletions

View File

@ -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 \