diff Plugins/Input/console/Makefile.in @ 1199:ea7c6238364f trunk

[svn] - Makefile update
author nenolod
date Tue, 13 Jun 2006 23:19:57 -0700
parents 311c4a27c3dd
children 7ca5335c205c
line wrap: on
line diff
--- a/Plugins/Input/console/Makefile.in	Tue Jun 13 23:19:04 2006 -0700
+++ b/Plugins/Input/console/Makefile.in	Tue Jun 13 23:19:57 2006 -0700
@@ -3,8 +3,6 @@
 
 OBJECTIVE_LIBS = libconsole.so
 
-SUBDIRS = libjma
-
 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
 
 SOURCES = \
@@ -44,5 +42,5 @@
 
 OBJECTS = ${SOURCES:.cpp=.o}
 
-LIBADD += -lz $(GTK_LIBS) -lstdc++ ./libjma/libjma.a
+LIBADD += -lz $(GTK_LIBS) -lstdc++
 CXXFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../..