Changeset 378


Ignore:
Timestamp:
Jun 6, 2012, 3:56:54 PM (13 years ago)
Author:
dmik
Message:

icedtea-web: Fix using of the source dir as include path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/plugin/icedteanp/Makefile.kmk

    r377 r378  
    1414DLLS               += npicedt
    1515npicedt_TEMPLATE    = Cxx
    16 npicedt_INCS        = $(PATH_CURRENT) $(PATH_MOZILLA_INCS) $(PATH_GLIB_INCS)
     16npicedt_INCS        = . $(PATH_MOZILLA_INCS) $(PATH_GLIB_INCS)
    1717npicedt_INCS.os2    = os2
    1818npicedt_DEFS        = MOZILLA_VERSION_COLLAPSED=$(MOZILLA_VERSION_COLLAPSED) \
Note: See TracChangeset for help on using the changeset viewer.