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
06fb7c67
Commit
06fb7c67
authored
Jan 22, 2013
by
Denis Krjuchkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am: introduce libfs
parent
ef93cdf4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
Makefile.am
Makefile.am
+10
-4
No files found.
Makefile.am
View file @
06fb7c67
...
...
@@ -13,6 +13,7 @@ noinst_LIBRARIES = \
libpcm.a
\
libtag.a
\
libinput.a
\
libfs.a
\
libdb_plugins.a
\
libplaylist_plugins.a
\
libdecoder_plugins.a
\
...
...
@@ -41,6 +42,7 @@ src_mpd_LDADD = \
$(MIXER_LIBS)
\
libevent.a
\
libutil.a
\
libfs.a
\
$(SYSTEMD_DAEMON_LIBS)
\
$(GLIB_LIBS)
...
...
@@ -151,9 +153,6 @@ src_mpd_SOURCES = \
src/thread/PosixCond.hxx
\
src/thread/WindowsCond.hxx
\
src/thread/GLibCond.hxx
\
src/fs/Path.cxx src/fs/Path.hxx
\
src/fs/FileSystem.cxx src/fs/FileSystem.hxx
\
src/fs/DirectoryReader.hxx
\
src/glib_socket.h
\
src/clock.c src/clock.h
\
src/notify.cxx src/notify.hxx
\
...
...
@@ -382,6 +381,13 @@ if HAVE_LIBSAMPLERATE
libpcm_a_SOURCES
+=
src/pcm_resample_libsamplerate.c
endif
# File system library
libfs_a_SOURCES
=
\
src/fs/Path.cxx src/fs/Path.hxx
\
src/fs/FileSystem.cxx src/fs/FileSystem.hxx
\
src/fs/DirectoryReader.hxx
# database plugins
libdb_plugins_a_SOURCES
=
\
...
...
@@ -1051,6 +1057,7 @@ test_run_resolver_SOURCES = test/run_resolver.c \
test_DumpDatabase_LDADD
=
\
$(DB_LIBS)
\
libutil.a
\
libfs.a
\
$(GLIB_LIBS)
test_DumpDatabase_SOURCES
=
test
/DumpDatabase.cxx
\
src/DatabaseRegistry.cxx
\
...
...
@@ -1060,7 +1067,6 @@ test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
src/DatabaseLock.cxx src/DatabaseSave.cxx
\
src/Song.cxx src/song_sort.c src/SongSave.cxx
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagSave.cxx
\
src/fs/Path.cxx
\
src/SongFilter.cxx
\
src/TextFile.cxx
\
src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c
...
...
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