summaryrefslogtreecommitdiff
path: root/mxml/mxml.pc
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-23 00:24:12 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-23 00:24:12 +0000
commit463a3eb45ba189058fb1c88d5c7422c8fc9e51df (patch)
tree87401d76ac3b457a36fc0ce86a5bfa36a8508cfa /mxml/mxml.pc
parent7421acaa7e5a719a6f5c2fb8ed2b1d008338c704 (diff)
delete the local copy of mxml and use svn:externals to get it from its own
repo since it is going to be used it more than one place now git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35584 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'mxml/mxml.pc')
-rw-r--r--mxml/mxml.pc10
1 files changed, 0 insertions, 10 deletions
diff --git a/mxml/mxml.pc b/mxml/mxml.pc
deleted file mode 100644
index 23a47cec9..000000000
--- a/mxml/mxml.pc
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=/usr/local
-exec_prefix=/usr/local
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: Mini-XML
-Description: Lightweight XML support library
-Version: 2.2.2
-Libs: -L${exec_prefix}/lib -lmxml
-Cflags: -I${prefix}/include