Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto/epdf

Dir     : e17/proto/epdf/src/plugins/ewl


Modified Files:
        Makefile.am 


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/plugins/ewl/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 7 Jul 2007 16:12:09 -0000       1.1
+++ Makefile.am 6 Oct 2007 18:22:34 -0000       1.2
@@ -3,20 +3,23 @@
 
 if BUILD_EPDF_EWL
 EPDF_EWL_PLUGIN = libewl_pdf.la
+EPDF_EWL_PLUGIN_SOURCE = ewl_pdf.c
 else
-EPDF_EWL_PLUGIN = 
+EPDF_EWL_PLUGIN =
+EPDF_EWL_PLUGIN_SOURCE =
 endif
 
 pkgdir                = @EWL_TEST_LIBS_DIR@
 pkg_LTLIBRARIES       = $(EPDF_EWL_PLUGIN)
 
-libewl_pdf_la_SOURCES = ewl_pdf.c
+libewl_pdf_la_SOURCES = $(EPDF_EWL_PLUGIN_SOURCE)
 libewl_pdf_la_CFLAGS  = @EWL_CFLAGS@ -I$(top_builddir)/src/lib
 libewl_pdf_la_LIBADD  =                        \
        $(top_builddir)/src/lib/libepdf.la      \
        @EWL_LIBS@
-libewl_pdf_la_LDFLAGS =                        \
-       -L$(top_builddir)/src/lib               \
+libewl_pdf_la_LDFLAGS =                           \
+       @create_shared_lib@ -module -avoid-version \
+       -L$(top_builddir)/src/lib                  \
        -L$(top_builddir)/src/lib/.libs
 
 EXTRA_DIST     = $(libewl_pdf_la_SOURCES)



-------------------------------------------------------------------------
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