From 8158ac3c0d938b130c16dbc86115c84c7b9fb4b4 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 22 Sep 2003 22:43:08 +0000 Subject: [PATCH] remove useless linkage SVN revision: 7473 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 42776ae..6719eac 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # files in source that are needed -PACKAGE = efm-test +PACKAGE = e16-key-edit VERSION = 0.0.0 SRCS = \ viewer.c menus.c ipc.c @@ -12,13 +12,13 @@ BUILD = \ 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..