pulseaudio/src/daemon
Colin Guthrie 3e28f60592 build-sys: Replace dummy Makefiles with proper Makefile.am's
This is needed to better support out of tree builds (including
distcheck) and to ensure the necessary folders are created in the
build tree on configure and also works around an intl-tools bug
(https://bugs.launchpad.net/intltool/+bug/605826)

The Makefile.am's used are minimal (and in some cases completely
blank). At present they do not include anything interesting
with the majority of the real work still done by the monolitic
src/Makefile.am

It may make sense to start splitting out src/Makefile.am into
smaller chunks but this commit makes the minimum changes to address
the issues that result from using make distcheck and other out of
tree builds.

Note: This 'breaks' the ability to type make in e.g. the src/modules
folder and have all of PA rebuilt accordingly (this is because the
static Makefiles previously present just did a "make -C ..") which
was purportedly for use in emacs. But I'm sure there will be a better
and more robust way to configure emacs to do your builds properly if
this behaviour is still desirable.
2010-12-05 15:58:59 +00:00
..
.gitignore git: ignore kde related files 2009-10-30 05:20:00 +01:00
caps.c daemon: reset gids too, not just uids 2009-08-14 19:28:18 +02:00
caps.h daemon: strip all special suid/caps log from our startup code, we'll now rely on RealtimeKit for all high-priority/RT scheduling policy issues 2009-06-19 17:37:18 +02:00
cmdline.c daemon: don't free script_commands twice 2009-08-22 03:16:47 +02:00
cmdline.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
cpulimit.c use cloexec wrappers wherever applicable 2009-10-30 03:32:38 +01:00
cpulimit.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
daemon-conf.c daemon-conf: Add sync volume parameters to daemon-conf 2010-10-16 11:53:39 +01:00
daemon-conf.h daemon-conf: Add sync volume parameters to daemon-conf 2010-10-16 11:53:39 +01:00
daemon.conf.in daemon-conf: Add sync volume parameters to daemon-conf 2010-10-16 11:53:39 +01:00
default.pa.in Merge branch 'master' into dbus-work 2009-06-29 18:35:06 +03:00
default.pa.win32 big s/polyp/pulse/g 2006-06-19 21:53:48 +00:00
dumpmodules.c modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated 2009-05-28 02:47:36 +02:00
dumpmodules.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
esdcompat.in remove remaining $ 2008-06-18 22:38:32 +02:00
ltdl-bind-now.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
ltdl-bind-now.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
main.c daemon-conf: Add sync volume parameters to daemon-conf 2010-10-16 11:53:39 +01:00
Makefile.am build-sys: Replace dummy Makefiles with proper Makefile.am's 2010-12-05 15:58:59 +00:00
pulseaudio-kde.desktop.in device-manager: Add some scripts that are only run under KDE to load/initialise module-device-manager with routing turned on. 2009-10-01 22:33:22 +01:00
pulseaudio-system.conf daemon: install D-Bus system policy file for PA system instances 2009-08-12 01:50:24 +02:00
pulseaudio.desktop.in Make pulseaudio.desktop and org.pulseaudio.policy translatable. 2009-02-24 00:09:45 +01:00
server-lookup.c Finish the Core dbus interface. 2009-07-21 00:02:27 +03:00
server-lookup.h dbus-protocol: Connection handling for local connections. 2009-06-16 19:03:22 +03:00
start-pulseaudio-kde.in device-manager: Fix typo in module loading script. 2009-10-02 00:49:50 +01:00
start-pulseaudio-x11.in start: we don't need to check for $PULSE_SERVER anymore 2010-01-14 20:33:40 +01:00
system.pa.in dbus-protocol: Implement TCP server startup. 2009-06-19 15:17:57 +03:00