Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : proto

Dir     : e17/proto/emenu


Modified Files:
        configure.in Makefile.am 


Log Message:
Fix configure.in Makefile.am for new dir structure
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/emenu/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- configure.in        27 Jan 2006 00:43:36 -0000      1.2
+++ configure.in        27 Jan 2006 15:55:00 -0000      1.3
@@ -202,6 +202,9 @@
 
 AC_OUTPUT([
 Makefile
+src/Makefile
+src/lib/Makefile
+src/module/Makefile
 ],[
 ])
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/emenu/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 27 Jan 2006 00:43:36 -0000      1.3
+++ Makefile.am 27 Jan 2006 15:55:00 -0000      1.4
@@ -1,25 +1,4 @@
-MAINTAINERCLEANFILES = Makefile.in
-
-# data files for the module
-filesdir = $(datadir)
-files_DATA = \
-module_icon.png
-
-EXTRA_DIST = $(files_DATA)
-
-# the module .so file
-INCLUDES               = -I. \
-                        -I$(top_srcdir) \
-                        -I$(includedir) \
-                        @exml_cflags@ \
-                        @e_cflags@
-                        
-pkgdir                 = $(datadir)/$(MODULE_ARCH)
-
-pkg_LTLIBRARIES        = module.la
-module_la_SOURCES      = e_mod_main.c \
-                        e_mod_main.h
-                        
-module_la_LIBADD       = @exml_libs@ @e_libs@
-module_la_LDFLAGS      = -module -avoid-version
-module_la_DEPENDENCIES = $(top_builddir)/config.h
+MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
+                    config.h.in config.sub configure install-sh \
+                    ltconfig ltmain.sh missing mkinstalldirs stamp-h.in
+SUBDIRS = src




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