Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto/epdf

Dir     : e17/proto/epdf/src/lib


Modified Files:
        Makefile.am poppler_index.cpp 


Log Message:
* configure.in:
* src/bin/Makefile.am:
* src/lib/Makefile.am:
* src/plugins/epsilon/Makefile.am:
* src/plugins/ewl/Makefile.am:
make epdf work on Windows. Add libtool versioning.
Check poppler 0.5.9 instead of 0.6. configure fails
if the xpdf headers are not found. Add options to
configure to disable ewl or etk.
* src/lib/poppler_index.cpp:
remove useless header.
* src/bin/epdf_evas_test.c: (main):
if software_x11 is not found, use software_ddraw.

===================================================================
RCS file: /cvs/e/e17/proto/epdf/src/lib/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 7 Jul 2007 16:12:09 -0000       1.5
+++ Makefile.am 6 Oct 2007 18:22:34 -0000       1.6
@@ -49,4 +49,5 @@
 installed_headersdir = $(prefix)/include/epdf
 installed_headers_DATA = $(EPDFHEADERS)
 
-libepdf_la_LIBADD = @ETK_LIBS@ @EWL_LIBS@ @EPDF_LIBS@
+libepdf_la_LIBADD  = @ETK_LIBS@ @EWL_LIBS@ @EPDF_LIBS@
+libepdf_la_LDFLAGS = @create_shared_lib@ -version-info @version_info@
===================================================================
RCS file: /cvs/e/e17/proto/epdf/src/lib/poppler_index.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- poppler_index.cpp   29 Sep 2007 20:02:42 -0000      1.6
+++ poppler_index.cpp   6 Oct 2007 18:22:34 -0000       1.7
@@ -1,7 +1,5 @@
 #include "config.h"
 
-#include <stdlib.h>
-
 #include <GlobalParams.h>
 #include <PDFDoc.h>
 #include <Outline.h>



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to