From 5771447b0fd16de9dbc3ad38f8789af35c61ddca Mon Sep 17 00:00:00 2001 From: Mirko Lindner Date: Sun, 14 Feb 2010 14:05:23 +0100 Subject: [PATCH] update sparsehash Makefile Signed-off-by: Mirko Lindner --- sparsehash/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sparsehash/Makefile b/sparsehash/Makefile index 570efe9..9b6e2a1 100644 --- a/sparsehash/Makefile +++ b/sparsehash/Makefile @@ -46,15 +46,15 @@ define Build/Compile all install endef -# define Build/InstallDev -# $(INSTALL_DIR) $(1)/usr/include/SDL $(1)/usr/lib -# $(CP) \ -# $(PKG_INSTALL_DIR)/usr/include/SDL/SDL_image.h \ -# $(1)/usr/include/SDL/ +define Build/InstallDev + $(INSTALL_DIR) $(1)/usr/include/google $(1)/usr/lib + $(CP) \ + $(PKG_INSTALL_DIR)/usr/include/google/* \ + $(1)/usr/include/google/ # $(CP) \ # $(PKG_INSTALL_DIR)/usr/lib/libSDL_image*.{a,so*} \ # $(1)/usr/lib/ -# endef +endef define Package/sparsehash/install $(INSTALL_DIR) $(1)/usr/lib