diff options
author | Avuton Olrich <avuton@gmail.com> | 2006-07-19 15:54:53 +0000 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2006-07-19 15:54:53 +0000 |
commit | 9f6364af45c2efb868c0318aff78be913bcc4869 (patch) | |
tree | d2329295abe223be5be286b0919ca4226d079d08 /src/Makefile.am | |
parent | 9774768b97c8ab432dfbf961f294f77fd2591822 (diff) | |
download | mpd-9f6364af45c2efb868c0318aff78be913bcc4869.tar.gz mpd-9f6364af45c2efb868c0318aff78be913bcc4869.tar.xz mpd-9f6364af45c2efb868c0318aff78be913bcc4869.zip |
Remove the internal mp4ff dependency
git-svn-id: https://svn.musicpd.org/mpd/trunk@4401 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f82d9c514..c22644d27 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,4 @@ bin_PROGRAMS = mpd -SUBDIRS = $(MP4FF_SUBDIR) mpd_audioOutputs = \ audioOutputs/audioOutput_alsa.c \ @@ -113,9 +112,7 @@ mpd_SOURCES = \ mpd_CFLAGS = $(MPD_CFLAGS) -mpd_LDADD = $(MPD_LIBS) $(ID3_LIB) $(MAD_LIB) $(MP4FF_LIB) - -DIST_SUBDIRS = mp4ff +mpd_LDADD = $(MPD_LIBS) $(ID3_LIB) $(MAD_LIB) # sparse is a semantic parser # URL: git://www.kernel.org/pub/scm/devel/sparse/sparse.git |