diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-07-29 06:10:07 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-07-29 06:10:07 +0000 |
commit | fd5cbe771ca5dcbe40677c7a23dd27d6d6173d40 (patch) | |
tree | 3f41ae0351ab00180fb9e598bdfdefb3caedbe84 /ace/Makefile.am | |
parent | b5ec4decbec04a9cb35ad340b180d640d14fdf12 (diff) | |
download | ATCD-fd5cbe771ca5dcbe40677c7a23dd27d6d6173d40.tar.gz |
ChangeLogTag:Sat Jul 28 23:03:24 2001 Ossama Othman <ossama@uci.edu>
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 \ |