GLib is a nice and portable utility library.  We are going to use it
from now on, and eliminate a lot of duplicated code from MPD.  Why
invent the wheel again and again?
This commit is contained in:
Max Kellermann
2008-10-15 19:35:04 +02:00
parent 2a47e90cf5
commit e89599eaad
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
AM_CPPFLAGS = $(GLIB_CFLAGS)
bin_PROGRAMS = mpd
SUBDIRS = $(MP4FF_SUBDIR)
@@ -196,7 +198,8 @@ mpd_SOURCES = \
mpd_CFLAGS = $(MPD_CFLAGS)
mpd_LDADD = $(MPD_LIBS) $(MP4FF_LIB)
mpd_LDADD = $(MPD_LIBS) $(MP4FF_LIB) \
$(GLIB_LIBS)
DIST_SUBDIRS = mp4ff