summaryrefslogtreecommitdiff
path: root/audio/volumeicon/files/patch-src_Makefile.am
blob: 8d297c1b99ee89017ee4f17e776acab4be11c829 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/Makefile.am.orig	2015-03-02 23:54:36.000000000 +0100
+++ src/Makefile.am	2017-12-18 17:23:45.222731000 +0100
@@ -5,11 +5,15 @@ LIBS = @GTK_LIBS@ @ALSA_LIBS@ @X11_LIBS@
 
 bin_PROGRAMS = volumeicon
 
-if ENABLE_OSS
+if ENABLE_OSS4
 BACKEND = oss_backend.c oss_backend.h
 else
+if ENABLE_OSS3
+BACKEND = oss3_backend.c oss_backend.h
+else
 BACKEND = alsa_backend.c alsa_backend.h alsa_volume_mapping.h alsa_volume_mapping.c
 endif
+endif
 
 volumeicon_SOURCES = \
 	volumeicon.c \