diff options
Diffstat (limited to 'ace/Makefile.am')
-rw-r--r-- | ace/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Makefile.am b/ace/Makefile.am index 78d4bfd1f7b..a39616333f8 100644 --- a/ace/Makefile.am +++ b/ace/Makefile.am @@ -323,7 +323,8 @@ libACE_Svcconf_la_SOURCES = \ Service_Templates.cpp \ Shared_Object.cpp \ Svc_Conf_l.cpp \ - Svc_Conf_y.cpp + Svc_Conf_y.cpp \ + Svc_Conf_Lexer_Guard.cpp libACE_Streams_la_SOURCES = \ CDR_Base.cpp \ |