X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7588a35055989f6f3cddb77447d8192216b68a0b..cb945ac420ef44f4a57ad8486c0e668639eb3c19:/package/keynote/Makefile diff --git a/package/keynote/Makefile b/package/keynote/Makefile index d61188c68..503528f5e 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -48,12 +48,12 @@ define Package/keynote/install endef define Build/InstallDev - $(CP) $(PKG_BUILD_DIR)/*.h $(STAGING_DIR)/usr/include/ + $(CP) $(PKG_BUILD_DIR)/{assertion,header,keynote,signature}.h $(STAGING_DIR)/usr/include/ $(CP) $(PKG_BUILD_DIR)/libkeynote.a $(STAGING_DIR)/usr/lib/ endef define Build/UninstallDev - rm -rf $(STAGING_DIR)/usr/include/{assertion,getopt,header,keynote,signature}.h + rm -rf $(STAGING_DIR)/usr/include/{assertion,header,keynote,signature}.h endef $(eval $(call BuildPackage,keynote))