summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/parser/parser/parser.mpc
blob: 580b85495a4cd073cd51ce69a752bee3b0f4cc89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//  -*- MPC -*-
// $Id$

project(ACEXML_Parser): acelib, ace_output, install {
  avoids       += ace_for_tao
  sharedname    = ACEXML_Parser
  after        += ACEXML
  libs         += ACEXML
  dynamicflags += ACEXML_PARSER_BUILD_DLL

  Pkgconfig_Files {
    ACEXML_Parser.pc.in
  }
}