Enlightenment CVS committal Author : handyande Project : e17 Module : apps/e
Dir : e17/apps/e/src/lib Modified Files: .cvsignore Makefile.am Added Files: E.h e_main.c e_private.h Log Message: Added libe check E.h for its functionality, currently you can make a nice front end for loading/enabling libs or setting the background Need to add Ecore_Event or similar for callbacks fo things like module_list or background_get etc See what you think =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- .cvsignore 2 Dec 2004 18:41:28 -0000 1.1 +++ .cvsignore 6 Jan 2005 23:10:53 -0000 1.2 @@ -1,2 +1,6 @@ Makefile Makefile.in +.deps +.libs +e_main.lo +libe.la =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 25 Nov 2004 03:37:45 -0000 1.1 +++ Makefile.am 6 Jan 2005 23:10:56 -0000 1.2 @@ -1,3 +1,16 @@ -MAINTAINERCLEANFILES = Makefile.in -INCLUDES = -I/usr/local/include \ - -I$(includedir) +MAINTAINERCLEANFILES = Makefile.in +INCLUDES = -I/usr/local/include \ + -I$(includedir) \ + -I../bin/ + @ecore_cflags@ + +lib_LTLIBRARIES = libe.la + +include_HEADERS = E.h + +libe_la_SOURCES= \ +e_main.c \ +e_private.h + +libe_la_LIBADD = @ecore_libs@ +libe_la_DEPENDENCIES = $(top_builddir)/config.h ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs