Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/epdf/src/lib


Modified Files:
        Makefile.am esmart_pdf.h etk_pdf.h ewl_pdf.h 
Added Files:
        Epdf.h 


Log Message:
fix installation problem
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/epdf/src/lib/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 15 Feb 2006 21:45:08 -0000      1.1
+++ Makefile.am 19 Feb 2006 13:29:17 -0000      1.2
@@ -3,10 +3,12 @@
 
 if BUILD_EPDF_EWL
 EPDF_EWL_WIDGET = ewl_pdf.c
+EPDF_EWL_HEADER = ewl_pdf.h
 endif
 
 if BUILD_EPDF_ETK
 EPDF_ETK_WIDGET = etk_pdf.c
+EPDF_ETK_HEADER = etk_pdf.h
 endif
 
 INCLUDES =                     \
@@ -15,6 +17,20 @@
 
 lib_LTLIBRARIES = libepdf.la
 
+EPDFHEADERS = \
+Epdf.h \
+poppler_document.h \
+poppler_enum.h \
+poppler_fontinfo.h \
+poppler_forward.h \
+poppler.h \
+poppler_index.h \
+poppler_page.h \
+poppler_page_transition.h \
+esmart_pdf.h \
+$(EPDF_EWL_HEADER) \
+$(EPDF_ETK_HEADER)
+
 libepdf_la_SOURCES = \
 poppler.cpp \
 poppler_document.cpp \
@@ -26,4 +42,7 @@
 $(EPDF_EWL_WIDGET) \
 $(EPDF_ETK_WIDGET)
 
+installed_headersdir = $(prefix)/include/epdf
+installed_headers_DATA = $(EPDFHEADERS)
+
 libepdf_la_LIBADD = @POPPLER_LIBS@ @ETK_LIBS@ @EWL_LIBS@ @ECORE_LIBS@ 
@EVAS_LIBS@
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/epdf/src/lib/esmart_pdf.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- esmart_pdf.h        15 Feb 2006 21:45:08 -0000      1.1
+++ esmart_pdf.h        19 Feb 2006 13:29:17 -0000      1.2
@@ -2,7 +2,7 @@
 #define __ESMART_PDF_H__
 
 
-#include "Evas_Poppler.h"
+#include "Epdf.h"
 
 typedef struct _Smart_Pdf Smart_Pdf;
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/epdf/src/lib/etk_pdf.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- etk_pdf.h   15 Feb 2006 21:45:08 -0000      1.1
+++ etk_pdf.h   19 Feb 2006 13:29:17 -0000      1.2
@@ -2,7 +2,7 @@
 #ifndef _ETK_PDF_H_
 #define _ETK_PDF_H_
 
-#include <Evas_Poppler.h>
+#include <Epdf.h>
 #include "etk_widget.h"
 
 /**
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/epdf/src/lib/ewl_pdf.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_pdf.h   15 Feb 2006 21:45:08 -0000      1.1
+++ ewl_pdf.h   19 Feb 2006 13:29:17 -0000      1.2
@@ -1,7 +1,7 @@
 #ifndef __EWL_PDF_H__
 #define __EWL_PDF_H__
 
-#include <Evas_Poppler.h>
+#include <Epdf.h>
 
 /**
  * @file ewl_pdf.h




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to