components/desktop/pidgin-otr/Makefile
changeset 5547 7fea22f66262
parent 5456 703da5f58ef4
child 5575 14fbb1e121d8
equal deleted inserted replaced
5546:f320041f6f69 5547:7fea22f66262
    35 
    35 
    36 TPNO=			21689
    36 TPNO=			21689
    37 
    37 
    38 include $(WS_MAKE_RULES)/prep.mk
    38 include $(WS_MAKE_RULES)/prep.mk
    39 include $(WS_MAKE_RULES)/configure.mk
    39 include $(WS_MAKE_RULES)/configure.mk
       
    40 
       
    41 # Pidgin is on the do-not-publish list (depends on S12-only changes in ON &
       
    42 # Desktop), so no point publishing this without that.
       
    43 ifeq ($(BUILD_TYPE), evaluation)
       
    44 BUILD_32_and_64=
       
    45 INSTALL_32_and_64=
       
    46 PUBLISH_STAMP=
       
    47 endif
       
    48 
    40 include $(WS_MAKE_RULES)/ips.mk
    49 include $(WS_MAKE_RULES)/ips.mk
    41 
    50 
    42 # Need to pick up the GNU version of xgettext.
    51 # Need to pick up the GNU version of xgettext.
    43 PATH=/usr/gnu/bin:/usr/bin
    52 PATH=/usr/gnu/bin:/usr/bin
    44 
    53