summaryrefslogtreecommitdiff
path: root/tao/LzoCompressor.mpc
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
commitd0301acb799b1d5696713ab42034305f45c4e93e (patch)
tree0b8f08656d6028906c0e09a18adefbaf4165625e /tao/LzoCompressor.mpc
parent69f9bf8d9b860780108161e5209a5d9b1ad3d321 (diff)
downloadATCD-d0301acb799b1d5696713ab42034305f45c4e93e.tar.gz
ChangeLogTag: Mon Jun 13 18:00:05 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'tao/LzoCompressor.mpc')
-rw-r--r--tao/LzoCompressor.mpc38
1 files changed, 0 insertions, 38 deletions
diff --git a/tao/LzoCompressor.mpc b/tao/LzoCompressor.mpc
deleted file mode 100644
index 4e3c765e965..00000000000
--- a/tao/LzoCompressor.mpc
+++ /dev/null
@@ -1,38 +0,0 @@
-//$Id$
-project(LzoCompressor) : taolib, tao_output, install, compression, taoidldefaults, lzo1 {
- requires += lzo1
- sharedname = TAO_LzoCompressor
- dynamicflags += TAO_LZOCOMPRESSOR_BUILD_DLL
-
- Source_Files {
- Compression/lzo
- }
-
- Header_Files {
- Compression/lzo
- }
-
- Inline_Files {
- Compression/lzo
- }
-
- Template_Files {
- Compression/lzo
- }
-
- Resource_Files {
- Compression/lzo
- }
-
- PIDL_Files {
- Compression/lzo
- }
-
- IDL_Files {
- Compression/lzo
- }
-
- Pkgconfig_Files {
- Compression/lzo/TAO_Lzo2Compressor.pc.in
- }
-}