Enlightenment CVS committal

Author  : raster
Project : e16
Module  : e16menuedit

Dir     : e16/e16menuedit


Modified Files:
        Makefile 


Log Message:


remove useless linkage

===================================================================
RCS file: /cvsroot/enlightenment/e16/e16menuedit/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile    14 Feb 2000 02:26:30 -0000      1.3
+++ Makefile    22 Sep 2003 22:43:08 -0000      1.4
@@ -1,5 +1,5 @@
 # files in source that are needed
-PACKAGE  = efm-test
+PACKAGE  = e16-menu-edit
 VERSION  = 0.0.0
 SRCS     = \
     viewer.c menus.c file.c
@@ -12,13 +12,13 @@
 LIB_DIRS = \
     -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/dt/lib
 LIBS     = \
-    `gtk-config --libs` -lgdbm -lgdk_imlib
+    `gtk-config --libs`
 CFLAGS   = \
     -O -g -D_GNU_SOURCE $(DEVFLAGS)
 #CFLAGS   = \
 #    -O -g -W -Wall -Wno-unused  -pedantic -pedantic-errors -ansi -D_GNU_SOURCE
 OPTFLAGS   = \
-    -O6 -mpentium -mcpu=pentium -march=pentium -ffast-math -D_GNU_SOURCE
+    -O2 -D_GNU_SOURCE
 INCLUDES = \
     `gtk-config --cflags` -I..
 




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to