summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2007-03-01 17:13:26 +0000
committerPierre Ossman <ossman@cendio.se>2007-03-01 17:13:26 +0000
commitbb812433a8847704ab7681aad812558439e176ee (patch)
treefba892372d9b4d03897e5c6ee971ae34b0e15754 /Makefile.am
parent6ba21d4a0bdc031162a1755a15d5a2088a04fb2f (diff)
Handle when ALSA tweaks our sample spec so much that the frame size changes.
(closes #57). git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1431 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1b77187d..765e8fa4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,8 +17,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
-EXTRA_DIST = bootstrap.sh LICENSE GPL LGPL doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in README todo
-SUBDIRS=libltdl src doxygen
+EXTRA_DIST = config.rpath m4/ChangeLog bootstrap.sh LICENSE GPL LGPL doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in README todo
+SUBDIRS= libltdl src doxygen
MAINTAINERCLEANFILES =
noinst_DATA =
@@ -46,3 +46,5 @@ doxygen:
$(MAKE) -C doxygen doxygen
.PHONY: homepage distcleancheck doxygen
+
+ACLOCAL_AMFLAGS = -I m4