From c7d3570248cfee32fb35fdf9d683ccb23e8da10b Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 17 Jul 2014 18:42:43 +0000 Subject: menuselect: Add menuselect to Asterisk trunk (Patch 1) This is the first patch that adds menuselect to Asterisk trunk, and removes the svn:externals property. This is being done for two reasons: (1) The removal of external repositories eases a future migration to git (2) Asterisk is now the only thing that uses menuselect; as a result, there's little need to keep it in an external repository Subsequent patches will remove the mxml dependency from menuselect and tidy up the build system. ASTERISK-20703 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418832 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- menuselect/mxml/mxml.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 menuselect/mxml/mxml.pc.in (limited to 'menuselect/mxml/mxml.pc.in') diff --git a/menuselect/mxml/mxml.pc.in b/menuselect/mxml/mxml.pc.in new file mode 100644 index 000000000..81f3bf549 --- /dev/null +++ b/menuselect/mxml/mxml.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Mini-XML +Description: Lightweight XML support library +Version: @VERSION@ +Libs: @PC_LIBS@ +Cflags: @PC_CFLAGS@ -- cgit v1.2.3