X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/d76bbdea349bf3856172ce9599e657d566e91162..d64e1d92acaf5a00908f630848f1f308574847ea:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 1dacb38..3505eb9 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -20,19 +20,19 @@ noinst_LIBRARIES=libdisorder.a include_HEADERS=disorder.h if SERVER -TRACKDB=trackdb.c +TRACKDB=trackdb.c trackdb-playlists.c else TRACKDB=trackdb-stub.c endif libdisorder_a_SOURCES=charset.c charset.h \ addr.c addr.h \ - alsabg.c alsabg.h \ arcfour.c arcfour.h \ authhash.c authhash.h \ basen.c basen.h \ base64.c base64.h \ bits.c bits.h \ + byte-order.h \ cache.c cache.h \ cgi.c cgi.h \ client.c client.h \ @@ -65,6 +65,7 @@ libdisorder_a_SOURCES=charset.c charset.h \ queue.c queue.h \ random.c random.h \ regsub.c regsub.h \ + resample.c resample.h \ rights.c queue-rights.c rights.h \ rtp.h \ selection.c selection.h \ @@ -90,6 +91,7 @@ libdisorder_a_SOURCES=charset.c charset.h \ unicode.h unicode.c \ unidata.h unidata.c \ vacopy.h \ + validity.c validity.h \ vector.c vector.h \ version.c version.h \ wav.h wav.c \