Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
8c5ea7ec
Commit
8c5ea7ec
authored
Jan 26, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am: add DespotifyUtils.cxx to libinput.a and libplaylist_plugins.a
Simplifies test program rules.
parent
412d1b0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
20 deletions
+6
-20
Makefile.am
Makefile.am
+6
-20
No files found.
Makefile.am
View file @
8c5ea7ec
...
...
@@ -230,12 +230,6 @@ src_mpd_DEPENDENCIES = src/win32/mpd_win32_rc.$(OBJEXT)
src_mpd_LDFLAGS
=
-Wl
,src/win32/mpd_win32_rc.
$(OBJEXT)
endif
if
ENABLE_DESPOTIFY
src_mpd_SOURCES
+=
\
src/lib/despotify/DespotifyUtils.cxx
\
src/lib/despotify/DespotifyUtils.hxx
endif
if
ENABLE_INOTIFY
src_mpd_SOURCES
+=
\
src/db/update/InotifyDomain.cxx src/db/update/InotifyDomain.hxx
\
...
...
@@ -921,6 +915,8 @@ endif
if
ENABLE_DESPOTIFY
libinput_a_SOURCES
+=
\
src/lib/despotify/DespotifyUtils.cxx
\
src/lib/despotify/DespotifyUtils.hxx
\
src/input/plugins/DespotifyInputPlugin.cxx
\
src/input/plugins/DespotifyInputPlugin.hxx
endif
...
...
@@ -1114,8 +1110,10 @@ PLAYLIST_LIBS = \
if
ENABLE_DESPOTIFY
libplaylist_plugins_a_SOURCES
+=
\
src/playlist/plugins/DespotifyPlaylistPlugin.cxx
\
src/playlist/plugins/DespotifyPlaylistPlugin.hxx
src/lib/despotify/DespotifyUtils.cxx
\
src/lib/despotify/DespotifyUtils.hxx
\
src/playlist/plugins/DespotifyPlaylistPlugin.cxx
\
src/playlist/plugins/DespotifyPlaylistPlugin.hxx
endif
if
ENABLE_SOUNDCLOUD
...
...
@@ -1350,10 +1348,6 @@ test_visit_archive_SOURCES = test/visit_archive.cxx \
src/IOThread.cxx
\
src/input/InputStream.cxx
if
ENABLE_DESPOTIFY
test_visit_archive_SOURCES
+=
src/lib/despotify/DespotifyUtils.cxx
endif
endif
test_dump_text_file_LDADD
=
\
...
...
@@ -1477,14 +1471,6 @@ test_run_filter_SOURCES = test/run_filter.cxx \
src/ReplayGainInfo.cxx
\
src/AudioCompress/compress.c
if
ENABLE_DESPOTIFY
test_read_tags_SOURCES
+=
src/lib/despotify/DespotifyUtils.cxx
test_run_input_SOURCES
+=
src/lib/despotify/DespotifyUtils.cxx
test_dump_text_file_SOURCES
+=
src/lib/despotify/DespotifyUtils.cxx
test_dump_playlist_SOURCES
+=
src/lib/despotify/DespotifyUtils.cxx
test_run_decoder_SOURCES
+=
src/lib/despotify/DespotifyUtils.cxx
endif
if
ENABLE_ENCODER
noinst_PROGRAMS
+=
test
/run_encoder
test_run_encoder_SOURCES
=
test
/run_encoder.cxx
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment