summaryrefslogtreecommitdiff
path: root/libnautilus-private/Makefile.am
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-10-03 07:31:50 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-10-03 07:31:50 +0000
commitf8618b63bba8291389e68ffa049b0b8d4bfc94cc (patch)
treee0ca4ac123e5f2726ad975426f4b1df53afd45c0 /libnautilus-private/Makefile.am
parentb48cda851431abc9d0b5bb64091169c9516275bc (diff)
downloadnautilus-f8618b63bba8291389e68ffa049b0b8d4bfc94cc.tar.gz
implemented sound process management using gconf to store the process ID
implemented sound process management using gconf to store the process ID of the currently playing sound, and switched sound previewing and part of the music view to use it. This also fixed a process leaking bug, as each time a sound preview terminated, it was leaving a zombie process behind.
Diffstat (limited to 'libnautilus-private/Makefile.am')
-rw-r--r--libnautilus-private/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnautilus-private/Makefile.am b/libnautilus-private/Makefile.am
index a688b4192..01b9108b1 100644
--- a/libnautilus-private/Makefile.am
+++ b/libnautilus-private/Makefile.am
@@ -111,6 +111,7 @@ libnautilus_extensions_la_SOURCES = \
nautilus-scalable-font.c \
nautilus-search-uri.c \
nautilus-self-checks.c \
+ nautilus-sound.c \
nautilus-stock-dialogs.c \
nautilus-string-list.c \
nautilus-string-map.c \
@@ -209,6 +210,7 @@ noinst_HEADERS = \
nautilus-scalable-font.h \
nautilus-search-uri.h \
nautilus-self-checks.h \
+ nautilus-sound.h \
nautilus-stock-dialogs.h \
nautilus-string-list.h \
nautilus-string-map.h \