changeset 1124:7447be3ed29b trunk

[svn] Removed Makefile.WRONG
author zither
date Sat, 26 May 2007 09:38:16 -0700
parents edf2a1f1e58b
children 4a5d64c395f5
files ChangeLog src/cdaudio-ng/Makefile.WRONG
diffstat 2 files changed, 7 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat May 26 09:21:13 2007 -0700
+++ b/ChangeLog	Sat May 26 09:38:16 2007 -0700
@@ -1,3 +1,10 @@
+2007-05-26 16:21:13 +0000  
+  revision [2412]
+  Implemented DAE feature (enabled by default)
+  trunk/src/cdaudio-ng/cdaudio-ng.c |  402 +++++++++++++++++++++++++++++---------
+  1 file changed, 316 insertions(+), 86 deletions(-)
+
+
 2007-05-26 15:49:57 +0000  Michael Farber <01mf02@gmail.com>
   revision [2410]
   - Fix a little spelling error (It's not TiMiDIty just like it's not 
--- a/src/cdaudio-ng/Makefile.WRONG	Sat May 26 09:21:13 2007 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-
-all : libcdaudio-ng.so
-
-libcdaudio-ng.so :
-	gcc -shared -fPIC -o libcdaudio-ng.so cdaudio-ng.c \
-		$(shell pkg-config --libs --cflags libcdio) \
-		$(shell pkg-config --libs --cflags libcdio_paranoia) \
-		$(shell pkg-config --libs --cflags libcdio_cdda) \
-		$(shell pkg-config --libs --cflags glib-2.0) \
-		$(shell pkg-config --libs --cflags gtk+-2.0)
-
-clean :
-	rm *.so