Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/epdf/src/bin


Modified Files:
        Makefile.am 
Added Files:
        ewl_test_pdf.c 


Log Message:
add a ewl test

===================================================================
RCS file: /cvs/e/e17/proto/epdf/src/bin/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 24 Apr 2006 21:26:43 -0000      1.2
+++ Makefile.am 27 May 2006 17:32:00 -0000      1.3
@@ -10,7 +10,7 @@
 endif
 
 INCLUDES =                     \
--I. -I$(top_srcdir)/src/lib    \
+-I$(top_srcdir)/src/lib        \
 @EVAS_CFLAGS@ @ECORE_CFLAGS@
 
 bin_PROGRAMS = epdf_evas_test epdf_esmart_test $(EPDF_EWL_TEST) 
$(EPDF_ETK_TEST)
@@ -51,3 +51,21 @@
        $(top_builddir)/src/lib/libepdf.la      \
        $(EVAS_LIBS)                            \
        $(ECORE_LIBS)
+
+if BUILD_EPDF_EWL
+pkgdir                  = @EWL_TEST_LIBS_DIR@
+pkg_LTLIBRARIES         = libewl_test_pdf.la
+
+libewl_test_pdf_la_SOURCES = ewl_test_pdf.c
+libewl_test_pdf_la_CFLAGS  = @EWL_CFLAGS@
+libewl_test_pdf_la_LIBADD  =                   \
+       $(top_builddir)/src/lib/libepdf.la      \
+       @EWL_LIBS@
+libewl_test_pdf_la_LDFLAGS =                   \
+       -L$(top_builddir)/src/lib               \
+       -L$(top_builddir)/src/lib/.libs
+
+EXTRA_DIST     = $(libewl_test_pdf_la_SOURCES)
+exampledir     = @EWL_TEST_SOURCE_DIR@
+example_DATA   = $(libewl_test_pdf_la_SOURCES)
+endif
\ No newline at end of file




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to