diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-03-18 18:28:19 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-03-18 18:28:19 +0000 |
commit | be103952a57a493e15b645140e033f060e02d76b (patch) | |
tree | d0967fde324be582b4d7909bb8ac7af9662330e1 /ace/ace.mpc | |
parent | 2ca49cb5a537bd08043650303f6a43379e178d6b (diff) | |
download | ATCD-be103952a57a493e15b645140e033f060e02d76b.tar.gz |
ChangeLogTag: Fri Mar 18 10:25:13 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ace/ace.mpc')
-rw-r--r-- | ace/ace.mpc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/ace.mpc b/ace/ace.mpc index a3a9e5dfc45..1e26130cf6f 100644 --- a/ace/ace.mpc +++ b/ace/ace.mpc @@ -1,7 +1,7 @@ // -*- MPC -*- now wouldn't this be cool... // $Id$ -project(ACE) : acedefaults, core, other, codecs, token, svcconf, uuid, filecache { +project(ACE) : acedefaults, core, other, codecs, token, svcconf, uuid, filecache, pkgconfig { libout = $(ACE_ROOT)/lib sharedname = ACE dynamicflags = ACE_BUILD_DLL @@ -526,4 +526,8 @@ project(ACE) : acedefaults, core, other, codecs, token, svcconf, uuid, filecache "endif" } + + Pkgconfig_Files { + ACE.pc.in + } } |