X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f53378ed6c85a5aaf3c372a7a1079c9c38a9dda8..635c2ab4c0f17d97ce62c70911260dd5cc2824f1:/openwrt/package/wificonf/Makefile diff --git a/openwrt/package/wificonf/Makefile b/openwrt/package/wificonf/Makefile index f027cd00f..5f8c9a03a 100644 --- a/openwrt/package/wificonf/Makefile +++ b/openwrt/package/wificonf/Makefile @@ -19,7 +19,7 @@ $(PKG_BUILD_DIR)/.configured: touch $@ $(PKG_BUILD_DIR)/.built: - $(TARGET_CC) $(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -o $(PKG_BUILD_DIR)/wifi wificonf.c -L$(STAGING_DIR)/usr/lib -lnvram -lshared $(STAGING_DIR)/usr/lib/libiw.so + $(TARGET_CC) $(TARGET_CFLAGS) -Iinclude/ -I$(STAGING_DIR)/usr/include -o $(PKG_BUILD_DIR)/wifi wificonf.c -L$(STAGING_DIR)/usr/lib -lnvram -lshared $(STAGING_DIR)/usr/lib/libiw.so touch $@ $(IPKG_WIFICONF):