summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-01-19 13:35:38 +0100
committerColin Guthrie <cguthrie@mandriva.org>2011-01-31 12:40:43 +0000
commit974af435076ed451dfae65b191625dfc7f582c4c (patch)
treea41591c4f97e70089847a1840ed8d462fbd88f00 /src
parentd6cdd80b0dce599df95ce3dba032bf074b75e1da (diff)
build: Don't include empty Makefile.am in subdirs
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/daemon/Makefile.am20
-rw-r--r--src/modules/Makefile.am20
-rw-r--r--src/modules/alsa/Makefile.am20
-rw-r--r--src/modules/alsa/mixer/Makefile.am20
-rw-r--r--src/modules/alsa/mixer/paths/Makefile.am20
-rw-r--r--src/modules/alsa/mixer/profile-sets/Makefile.am20
-rw-r--r--src/modules/bluetooth/Makefile.am20
-rw-r--r--src/modules/dbus/Makefile.am20
-rw-r--r--src/modules/gconf/Makefile.am20
-rw-r--r--src/modules/jack/Makefile.am20
-rw-r--r--src/modules/oss/Makefile.am20
-rw-r--r--src/modules/raop/Makefile.am20
-rw-r--r--src/modules/rtp/Makefile.am20
-rw-r--r--src/modules/x11/Makefile.am20
-rw-r--r--src/pulse/Makefile.am20
-rw-r--r--src/pulsecore/Makefile.am20
-rw-r--r--src/pulsecore/ffmpeg/Makefile.am20
-rw-r--r--src/tests/Makefile.am20
-rw-r--r--src/utils/Makefile.am20
20 files changed, 0 insertions, 382 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ae9b1496..83bc69a3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,8 +19,6 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
-SUBDIRS = pulsecore pulse daemon modules utils tests
-
###################################
# Extra directories #
###################################
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/daemon/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am
deleted file mode 100644
index d8dc1521..00000000
--- a/src/modules/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-SUBDIRS = alsa bluetooth dbus gconf jack oss raop rtp x11
diff --git a/src/modules/alsa/Makefile.am b/src/modules/alsa/Makefile.am
deleted file mode 100644
index 3d8bb5a3..00000000
--- a/src/modules/alsa/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-SUBDIRS = mixer
diff --git a/src/modules/alsa/mixer/Makefile.am b/src/modules/alsa/mixer/Makefile.am
deleted file mode 100644
index ee2c6eff..00000000
--- a/src/modules/alsa/mixer/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-SUBDIRS = paths profile-sets
diff --git a/src/modules/alsa/mixer/paths/Makefile.am b/src/modules/alsa/mixer/paths/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/modules/alsa/mixer/paths/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/modules/alsa/mixer/profile-sets/Makefile.am b/src/modules/alsa/mixer/profile-sets/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/modules/alsa/mixer/profile-sets/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/modules/bluetooth/Makefile.am b/src/modules/bluetooth/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/modules/bluetooth/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/modules/dbus/Makefile.am b/src/modules/dbus/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/modules/dbus/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/modules/gconf/Makefile.am b/src/modules/gconf/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/modules/gconf/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/modules/jack/Makefile.am b/src/modules/jack/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/modules/jack/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/modules/oss/Makefile.am b/src/modules/oss/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/modules/oss/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/modules/raop/Makefile.am b/src/modules/raop/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/modules/raop/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/modules/rtp/Makefile.am b/src/modules/rtp/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/modules/rtp/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/modules/x11/Makefile.am b/src/modules/x11/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/modules/x11/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/pulse/Makefile.am b/src/pulse/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/pulse/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/pulsecore/Makefile.am b/src/pulsecore/Makefile.am
deleted file mode 100644
index 55c6845c..00000000
--- a/src/pulsecore/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-SUBDIRS = ffmpeg
diff --git a/src/pulsecore/ffmpeg/Makefile.am b/src/pulsecore/ffmpeg/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/pulsecore/ffmpeg/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/tests/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am
deleted file mode 100644
index d04a4130..00000000
--- a/src/utils/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of PulseAudio.
-#
-# Copyright 2010 Colin Guthrie
-#
-# PulseAudio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# PulseAudio is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-
-# This Automake file is intentionally blank.