Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/modules/engines/directfb Modified Files: Makefile.am Added Files: Evas_Engine_DirectFB.h Log Message: move engine headers into engine dirs - and removes lots of useless old headers. =================================================================== RCS file: /cvs/e/e17/libs/evas/src/modules/engines/directfb/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- Makefile.am 17 Jan 2006 03:47:38 -0000 1.3 +++ Makefile.am 25 Apr 2006 04:00:20 -0000 1.4 @@ -1,20 +1,14 @@ -## Process this file with automake to produce Makefile.in - AUTOMAKE_OPTIONS = 1.4 foreign -# A list of all the files in the current directory which can be regenerated MAINTAINERCLEANFILES = Makefile.in -INCLUDES = -I. \ - -I$(top_srcdir)/src/lib \ - -I$(top_srcdir)/src/lib/include \ - -I$(top_srcdir)/src/modules/engines \ - @FREETYPE_CFLAGS@ @DIRECTFB_CFLAGS@ +INCLUDES = -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include @FREETYPE_CFLAGS@ @DIRECTFB_CFLAGS@ if BUILD_ENGINE_DIRECTFB -pkgdir = $(libdir)/evas/modules/engines/directfb/$(MODULE_ARCH) -pkg_LTLIBRARIES = module.la +pkgdir = $(libdir)/evas/modules/engines/directfb/$(MODULE_ARCH) + +pkg_LTLIBRARIES = module.la module_la_SOURCES = \ evas_engine_dfb.c \ @@ -22,12 +16,11 @@ evas_engine_dfb_image_objects.h \ evas_engine_dfb.h -module_la_LIBADD = @DIRECTFB_LIBS@ $(top_builddir)/src/lib/libevas.la -module_la_LDFLAGS = -module -avoid-version \ - -L$(top_builddir)/src/lib -L$(top_builddir)/src/lib/.libs +module_la_LIBADD = @DIRECTFB_LIBS@ $(top_builddir)/src/lib/libevas.la +module_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/src/lib -L$(top_builddir)/src/lib/.libs +module_la_DEPENDENCIES = $(top_builddir)/config.h -module_la_DEPENDENCIES = \ -$(top_builddir)/config.h +include_HEADERS = Evas_Engine_DirectFB.h endif @@ -35,4 +28,5 @@ evas_engine_dfb.c \ evas_engine_dfb_image_objects.c \ evas_engine_dfb_image_objects.h \ -evas_engine_dfb.h +evas_engine_dfb.h \ +Evas_Engine_DirectFB.h ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs