# HG changeset patch # User nenolod # Date 1139342068 28800 # Node ID 287a588f28520d7dfec2ef3e02dd1ebbec98309d # Parent eb0c533e7c482da144479553b13d6b3a8a294f1f [svn] use the default rule for building library objectives here diff -r eb0c533e7c48 -r 287a588f2852 Plugins/Input/mpg123/Makefile.in --- a/Plugins/Input/mpg123/Makefile.in Tue Feb 07 06:40:04 2006 -0800 +++ b/Plugins/Input/mpg123/Makefile.in Tue Feb 07 11:54:28 2006 -0800 @@ -18,6 +18,3 @@ CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. LIBADD = $(GTK_LIBS) $(ID3LIBS) - -libmpg123.so: $(OBJECTS) - $(CC) $(CFLAGS) $(LDFLAGS) $(LIBADD) -shared $(OBJECTS) -o $@