Changeset 10608 for trunk/FACT++


Ignore:
Timestamp:
05/06/11 09:55:34 (14 years ago)
Author:
tbretz
Message:
Moved ftm and ftmctrl to 'all'; made sure that help2man finds the executale even if PATH doesn't contain ./
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/Makefile.am

    r10590 r10608  
    2727endif
    2828
    29 
     29# Executables which are build by default ('all')
    3030bin_PROGRAMS = $(QT4_EXECUTABLES) \
    3131        dns \
     
    3333        test3 dclient5 dserver2 \
    3434        dataLogger scheduler \
    35         sendcommand
     35        sendcommand \
     36        ftmctrl ftm
    3637
    3738
     
    4142
    4243# This is a trick to be able to build them but not having them in 'all'
    43 if IS_FALSE     
     44if IS_FALSE
    4445bin_PROGRAMS+= \
    4546        test \
    46         ftmctrl ftm \
    4747        chatclient chatserv \
    4848        fitsgrep test \
     
    286286$(dist_man1_MANS): $(dist_man1_MANS:.man=)
    287287        @mkdir -p man
    288         $(AM_V_GEN)help2man -N -o $@ -m $(@:.man=) $(@:.man=)
     288        $(AM_V_GEN)help2man -N -o $@ -m $(@:.man=) ./$(@:.man=)
    289289
    290290dist_man1_MANS = test3.man
Note: See TracChangeset for help on using the changeset viewer.