Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.

Commit

Permalink
Omit sec_CSRCS and splug_CSRCS
Browse files Browse the repository at this point in the history
  • Loading branch information
vmayoral committed Sep 15, 2014
1 parent 3ef485d commit 4d65f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ sql_CSRCS = ${SQL}/scan.c ${SQL}/parse.c ${SQL}/bytecode.c
dbg_CSRCS = ${DBG}/debug.c

prog_CSRCS = main.c chat_msg.c ${dds_CSRCS} ${type_CSRCS} ${dcps_CSRCS} ${disc_CSRCS} \
${cache_CSRCS} ${dbg_CSRCS} ${sql_CSRCS} ${dynip_CSRCS} ${co_CSRCS} \
${sec_CSRCS} ${splug_CSRCS}
${cache_CSRCS} ${dbg_CSRCS} ${sql_CSRCS} ${dynip_CSRCS} ${co_CSRCS}
# ${sec_CSRCS} ${splug_CSRCS}

#comment the following && don't define RTPS_USED to drop RTPS/Discovery
prog_CSRCS += ${rtps_CSRCS} ${trans_CSRCS}
Expand Down

0 comments on commit 4d65f25

Please sign in to comment.