From dfd5e05f01dd4d28bc6c5ebc3c991404723bc076 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 9 Feb 2011 21:11:55 +0100 Subject: boot: add utility to play boot up sound --- src/Makefile.am | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d1606fa..48c75ba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -273,9 +273,30 @@ libcanberra_null_la_LDFLAGS = \ endif endif +bin_PROGRAMS = + +if HAVE_UDEV +if HAVE_ALSA + +bin_PROGRAMS += \ + canberra-boot + +canberra_boot_SOURCES = \ + canberra-boot.c + +canberra_boot_LDADD = \ + $(UDEV_LIBS) \ + libcanberra.la + +canberra_boot_CFLAGS = \ + $(UDEV_CFLAGS) + +endif +endif + if HAVE_GTK_ANY -bin_PROGRAMS = \ +bin_PROGRAMS += \ canberra-gtk-play include_HEADERS += \ -- cgit