diff options
Diffstat (limited to 'TAO/tao/Strategies/Makefile')
-rw-r--r-- | TAO/tao/Strategies/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Strategies/Makefile b/TAO/tao/Strategies/Makefile index 671149799a7..115826e059c 100644 --- a/TAO/tao/Strategies/Makefile +++ b/TAO/tao/Strategies/Makefile @@ -52,7 +52,8 @@ CPP_SRCS += \ Reactor_Per_Priority \ LFU_Connection_Purging_Strategy \ FIFO_Connection_Purging_Strategy \ - NULL_Connection_Purging_Strategy + NULL_Connection_Purging_Strategy \ + LF_Strategy_Null IDL_SRC = \ $(addsuffix S.cpp, $(IDL_FILES)) \ |