2010-08-04 22:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/header.mk
    - Deleted API_HEADERS variable. Not used anymore.
This commit is contained in:
Viktor Szakats
2010-08-04 20:15:21 +00:00
parent 804ef40ed7
commit c1d5db91e8
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-08-04 22:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/header.mk
- Deleted API_HEADERS variable. Not used anymore.
2010-08-04 22:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* examples/httpsrv/uhttpd.prg
* examples/hscript/hscript.prg

View File

@@ -13,7 +13,7 @@ ifeq ($(HB_INSTALL_INC),)
install::
else
INSTALL_FILES := $(C_HEADERS) $(PRG_HEADERS) $(API_HEADERS)
INSTALL_FILES := $(C_HEADERS) $(PRG_HEADERS)
INSTALL_DIR := $(HB_INSTALL_INC)
include $(TOP)$(ROOT)config/instsh.mk
INSTALL_RULE_HEADERS := $(INSTALL_RULE)