From: Lennart Poettering Date: Mon, 24 Aug 2009 02:02:08 +0000 (+0200) Subject: build-sys: add missing header files to tarball X-Git-Tag: 1.0_branch~1370 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba17ff4101e276f0fdba58861d51af7a0bbcfa3b;p=profile%2Fivi%2Fpulseaudio.git build-sys: add missing header files to tarball --- diff --git a/src/Makefile.am b/src/Makefile.am index 2fd9a73..561891e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -836,8 +836,9 @@ libpulsecore_@PA_MAJORMINORMICRO@_la_SOURCES = \ pulsecore/resampler.c pulsecore/resampler.h \ pulsecore/rtpoll.c pulsecore/rtpoll.h \ pulsecore/sample-util.c pulsecore/sample-util.h \ - pulsecore/cpu-arm.c pulsecore/cpu-x86.c \ - pulsecore/svolume_c.c pulsecore/svolume_arm.c\ + pulsecore/cpu-arm.c pulsecore/cpu-arm.h \ + pulsecore/cpu-x86.c pulsecore/cpu-x86.h \ + pulsecore/svolume_c.c pulsecore/svolume_arm.c \ pulsecore/svolume_mmx.c pulsecore/svolume_sse.c \ pulsecore/sconv-s16be.c pulsecore/sconv-s16be.h \ pulsecore/sconv-s16le.c pulsecore/sconv-s16le.h \