Commit 92692c02 authored by Warren Dukes's avatar Warren Dukes

cleanup a few errors when compiling libmad and libid3tag

git-svn-id: https://svn.musicpd.org/mpd/trunk@197 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent e2d2baec
...@@ -90,7 +90,7 @@ EXTRA_libid3tag_la_SOURCES = \ ...@@ -90,7 +90,7 @@ EXTRA_libid3tag_la_SOURCES = \
frametype.gperf compat.gperf genre.dat.in \ frametype.gperf compat.gperf genre.dat.in \
debug.c debug.h debug.c debug.h
libid3tag_la_LDFLAGS = -version-info $(version_info) #libid3tag_la_LDFLAGS = -version-info $(version_info)
BUILT_SOURCES = frametype.c compat.c genre.dat BUILT_SOURCES = frametype.c compat.c genre.dat
......
...@@ -101,7 +101,7 @@ version_age = 2 ...@@ -101,7 +101,7 @@ version_age = 2
version_info = $(version_current):$(version_revision):$(version_age) version_info = $(version_current):$(version_revision):$(version_age)
libmad_la_LDFLAGS = -version-info $(version_info) #libmad_la_LDFLAGS = -version-info $(version_info)
mad.h: config.status config.h Makefile.am \ mad.h: config.status config.h Makefile.am \
$(srcdir)/COPYRIGHT $(srcdir)/mad.h.sed $(exported_headers) $(srcdir)/COPYRIGHT $(srcdir)/mad.h.sed $(exported_headers)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment