From 461fcfe1d099e9dc4e10b38ce7b19d922a368869 Mon Sep 17 00:00:00 2001 From: lockhart Date: Mon, 16 Jan 2023 22:22:39 -0800 Subject: Update ace-tao.spec Need yet more .cpp files from ACE and TAO subsystems to enable a clean build of an external project. --- ACE/rpmbuild/ace-tao.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ACE/rpmbuild/ace-tao.spec b/ACE/rpmbuild/ace-tao.spec index 9313ae29faf..7168e8acf84 100644 --- a/ACE/rpmbuild/ace-tao.spec +++ b/ACE/rpmbuild/ace-tao.spec @@ -1128,10 +1128,10 @@ cat mmraw.list |\ sort -u > allhdrs.list # Add missing headers. -ls ace/*{.h,inl,_T.cpp} >> allhdrs.list +ls ace/*{.h,.inl,.cpp} >> allhdrs.list %if 0%{?_with_tao:1}%{?_without_tao:0} ls TAO/tao/*{.h,.inl,_T.cpp} >> allhdrs.list -ls TAO/tao/*/*{.h,.inl,_T.cpp,_var.cpp} >> allhdrs.list +ls TAO/tao/*/*{.h,.inl,.cpp} >> allhdrs.list ls TAO/orbsvcs/orbsvcs/*{.idl,.h,.inl,_T.cpp} >> allhdrs.list ls TAO/orbsvcs/orbsvcs/*/*{.h,.inl,_T.cpp} >> allhdrs.list ls TAO/orbsvcs/orbsvcs/ESF/*.cpp >> allhdrs.list -- cgit v1.2.1