Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : epplets

Dir     : e16/epplets/api


Modified Files:
        Makefile.am epplet.c 


Log Message:
New AC_INIT, autofoo cleanups. Bump version.

===================================================================
RCS file: /cvs/e/e16/epplets/api/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- Makefile.am 18 Mar 2007 22:29:36 -0000      1.12
+++ Makefile.am 11 Nov 2007 17:51:14 -0000      1.13
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.12 2007/03/18 22:29:36 kwo Exp $
+# $Id: Makefile.am,v 1.13 2007/11/11 17:51:14 kwo Exp $
 
 if BUILD_SNPRINTF
 SRCS_SNPRINTF = snprintf.c
@@ -8,11 +8,8 @@
 
 include_HEADERS = epplet.h
 libepplet_la_SOURCES = epplet.c $(SRCS_SNPRINTF)
-libepplet_la_DEPENDENCIES = $(top_builddir)/config.h epplet.h
+libepplet_la_CPPFLAGS = -I$(top_srcdir) $(IMLIB2_CFLAGS) $(X_CFLAGS) -D 
ENLIGHTENMENT_ROOT=\"$(datadir)/e16\"
+libepplet_la_LIBADD = $(IMLIB2_LIBS) $(GLX_LIBS) $(X_LIBS) -lXext -lX11
 libepplet_la_LDFLAGS = -version-info 2:0:0
-
-INCLUDES = -I$(top_srcdir) $(X_CFLAGS) -DEROOT=\"@[EMAIL PROTECTED]"
-
-LDADD = -L$(libdir) -L$(prefix)/lib $(LIBS) $(X_LIBS)
 
 EXTRA_DIST = epplet.h.in snprintf.c
===================================================================
RCS file: /cvs/e/e16/epplets/api/epplet.c,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -3 -r1.145 -r1.146
--- epplet.c    18 Mar 2007 23:56:13 -0000      1.145
+++ epplet.c    11 Nov 2007 17:51:14 -0000      1.146
@@ -5653,7 +5653,7 @@
    pid_t               pid;
 
    /* Set epplet data dir */
-   Esnprintf(s, sizeof(s), EROOT "/epplet_data/%s", name);
+   Esnprintf(s, sizeof(s), ENLIGHTENMENT_ROOT "/epplet_data/%s", name);
    data_dir = Estrdup(s);
 
    /* Find E dir */



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