diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-06-17 18:23:09 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-06-17 18:23:09 +0000 |
commit | 0e32db22124a1526583156c2ddccdbaae406fcf8 (patch) | |
tree | f5f554ee40dfe963e45fadf305653fb1444dbdeb /src/Makefile.am | |
parent | ce001aabedcb6812d6ea1932e461fb608eba64a8 (diff) |
move pa_init_proplist() to proplist-util.[ch]
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2541 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a5d0fd75..14236fee 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -571,6 +571,7 @@ libpulse_la_SOURCES += \ pulsecore/once.c pulsecore/once.h \ pulsecore/rtclock.c pulsecore/rtclock.h \ pulsecore/time-smoother.c pulsecore/time-smoother.h \ + pulsecore/proplist-util.c pulsecore/proplist-util.h \ $(PA_THREAD_OBJS) if OS_IS_WIN32 @@ -798,6 +799,7 @@ libpulsecore_la_SOURCES += \ pulsecore/time-smoother.c pulsecore/time-smoother.h \ pulsecore/start-child.c pulsecore/start-child.h \ pulsecore/envelope.c pulsecore/envelope.h \ + pulsecore/proplist-util.c pulsecore/proplist-util.h \ $(PA_THREAD_OBJS) if OS_IS_WIN32 |