changeset 1199:ea7c6238364f trunk

[svn] - Makefile update
author nenolod
date Tue, 13 Jun 2006 23:19:57 -0700
parents 311c4a27c3dd
children 6af3f8fb2ed0
files ChangeLog Plugins/Input/console/Makefile.in
diffstat 2 files changed, 13 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jun 13 23:19:04 2006 -0700
+++ b/ChangeLog	Tue Jun 13 23:19:57 2006 -0700
@@ -1,3 +1,15 @@
+2006-06-14 06:19:04 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1306]
+  - yeah, JMA sucks -- i don't have the time for this
+  
+
+  Changes:        Modified:
+  +3 -19          trunk/Plugins/Input/console/Audacious_Driver.cpp  
+  +0 -119         trunk/Plugins/Input/console/Jma_File.cpp  
+  +0 -55          trunk/Plugins/Input/console/Jma_File.h  
+  +0 -1           trunk/Plugins/Input/console/Makefile.in  
+
+
 2006-06-14 06:15:31 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1304]
   - lets avoid crashing shall we?
--- 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../../..