summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-06-27 22:08:07 +0100
committerColin Guthrie <cguthrie@mandriva.org>2009-10-01 09:08:28 +0100
commit37e82cec0ad13923a5db259a88bd00a2840112c6 (patch)
treef5bda4cc7f1becd4be67c0ecf83aa66ac7c41259 /src/Makefile.am
parentbc869b5b28a0e0d4d53bc0a56174cda8212da1ca (diff)
device-manager: Add an untested protocol extension.
This is effectively copied from the stream restore extension.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6e3d79b5..b7ebac52 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -689,6 +689,7 @@ pulseinclude_HEADERS = \
pulse/context.h \
pulse/def.h \
pulse/error.h \
+ pulse/ext-device-manager.h \
pulse/ext-stream-restore.h \
pulse/gccmacro.h \
pulse/introspect.h \
@@ -739,6 +740,7 @@ libpulse_la_SOURCES = \
pulse/context.c pulse/context.h \
pulse/def.h \
pulse/error.c pulse/error.h \
+ pulse/ext-device-manager.c pulse/ext-device-manager.h \
pulse/ext-stream-restore.c pulse/ext-stream-restore.h \
pulse/gccmacro.h \
pulse/internal.h \