Enlightenment CVS committal

Author  : andreas99
Project : e16
Module  : tools

Dir     : e16/tools/e16menuedit2/src


Modified Files:
        Makefile.am 


Log Message:
much work on autotools files. Should work now.
testet currently in Gentoo and Debian
still some finetuning to do...

===================================================================
RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/src/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 2 Aug 2004 19:36:15 -0000       1.4
+++ Makefile.am 4 Aug 2004 23:03:49 -0000       1.5
@@ -1,37 +1,26 @@
 ## Process this file with automake to produce Makefile.in
 
-## Created by Anjuta - will be overwritten
-## If you don't want it to overwrite it,
-##     Please disable it in the Anjuta project configuration
-
 INCLUDES = \
-       $(GTK_CFLAGS)
-
-AM_CFLAGS =\
-        -Wall\
-        -g
+       @PACKAGE_CFLAGS@
 
 bin_PROGRAMS = e16menuedit2
 
 e16menuedit2_SOURCES = \
-       callbacks.c\
-       callbacks.h\
-       e16menuedit2.c\
-       e16menuedit2.h\
-       file.c\
-       file.h\
-       nls.h\
-       icon_chooser.c\
-       icon_chooser.h\
-       e16menu.c\
-       e16menu.h\
-       treeview.c\
-       treeview.h\
-       libglade_support.c\
-       libglade_support.h
-
-e16menuedit2_LDFLAGS = 
+        callbacks.c\
+        callbacks.h\
+        e16menuedit2.c\
+        e16menuedit2.h\
+        file.c\
+        file.h\
+        nls.h\
+        icon_chooser.c\
+        icon_chooser.h\
+        e16menu.c\
+        e16menu.h\
+        treeview.c\
+        treeview.h\
+        libglade_support.c\
+        libglade_support.h
 
-e16menuedit2_LDADD =  \
-       $(GTK_LIBS)
+e16menuedit2_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
 




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to