Enlightenment CVS committal

Author  : werkt
Project : e17
Module  : proto

Dir     : e17/proto/exml


Modified Files:
        Makefile.am configure.in 
Added Files:
        exml-config.in exml.pc.in 


Log Message:
Added exml-config and exml.pc, added some traversal api calls.

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/exml/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 24 Sep 2004 12:55:26 -0000      1.1
+++ Makefile.am 24 Sep 2004 16:07:53 -0000      1.2
@@ -3,13 +3,18 @@
 SUBDIRS = src
 
 EXTRA_DIST = \
-       README AUTHORS COPYING
+       README AUTHORS COPYING exml.pc.in
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
                        config.h.in config.sub configure install-sh \
                       ltconfig ltmain.sh missing mkinstalldirs \
                       stamp-h.in
 
+bin_SCRIPTS = exml-config
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = exml.pc
+
 dist-hook:
        if test -d data; then \
          (cd $(srcdir); tar -cf - data) | (cd $(distdir); tar -xf -; rm -rf `find . 
-name CVS`) \
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/exml/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- configure.in        24 Sep 2004 12:55:26 -0000      1.1
+++ configure.in        24 Sep 2004 16:07:54 -0000      1.2
@@ -86,6 +86,11 @@
 
 AC_OUTPUT([
 Makefile 
+exml.pc
+exml-config
 src/Makefile
-])
+], [
+chmod +x exml-config
+]
+)
 




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to