aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-25 16:44:06 +0100
committerMax Kellermann <max@duempel.org>2009-02-25 16:44:06 +0100
commit6823217697043e3ad2c1e67e4bba759c66d18a4f (patch)
tree2c947ebe3c0bdfab76ce67873eaa1570bc6a4674 /Makefile.am
parent7957fefc91d2148fb2733f01ceaadf78d6844f1f (diff)
downloadmpd-6823217697043e3ad2c1e67e4bba759c66d18a4f.tar.gz
mpd-6823217697043e3ad2c1e67e4bba759c66d18a4f.tar.xz
mpd-6823217697043e3ad2c1e67e4bba759c66d18a4f.zip
ls: moved generic URI utilities to uri.c
"ls" is a bad name for a library which parses URIs. We'll move the rest of the "ls" library later.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 689431777..0123cfa77 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -143,6 +143,7 @@ mpd_headers = \
src/tag_print.h \
src/tag_save.h \
src/strset.h \
+ src/uri.h \
src/utils.h \
src/volume.h \
src/zeroconf.h src/zeroconf-internal.h \
@@ -236,6 +237,7 @@ src_mpd_SOURCES = \
src/tag_print.c \
src/tag_save.c \
src/strset.c \
+ src/uri.c \
src/utils.c \
src/volume.c \
src/locate.c \