# HG changeset patch # User chainsaw # Date 1179789494 25200 # Node ID 10fc7b5378f0dc2d1f6b35ae73667223af5f17a0 # Parent 9fb341e1a87f6eecac9500e3390152474456d9e5 [svn] .so != .c and lack of sleep is not an excuse. diff -r 9fb341e1a87f -r 10fc7b5378f0 ChangeLog --- a/ChangeLog Mon May 21 16:08:45 2007 -0700 +++ b/ChangeLog Mon May 21 16:18:14 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-21 23:08:45 +0000 Tony Vroon + revision [2264] + This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though. + trunk/src/cdaudio-ng/Makefile | 22 ++++++++++++---------- + trunk/src/cdaudio-ng/Makefile.WRONG | 13 +++++++++++++ + 2 files changed, 25 insertions(+), 10 deletions(-) + + 2007-05-21 22:28:07 +0000 revision [2262] Added cdaudio-ng diff -r 9fb341e1a87f -r 10fc7b5378f0 src/cdaudio-ng/Makefile --- a/src/cdaudio-ng/Makefile Mon May 21 16:08:45 2007 -0700 +++ b/src/cdaudio-ng/Makefile Mon May 21 16:18:14 2007 -0700 @@ -6,10 +6,10 @@ LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(CDIO_LIBS) LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) -SOURCES = cdaudio-ng.so +SOURCES = cdaudio-ng.c OBJECTS = ${SOURCES:.c=.o} -CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(CDIO_LIBS) -I../../intl -I../.. -I../.. +CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(CDIO_LIBS) -I../../intl -I../.. include ../../mk/objective.mk