]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Add missing smixer.conf for installation
authorTakashi Iwai <tiwai@suse.de>
Thu, 5 Apr 2007 15:19:40 +0000 (17:19 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Apr 2007 15:19:40 +0000 (17:19 +0200)
src/conf/Makefile.am

index e1dd3b594d58a332a3249b9250a37c63e2bacd0a..33607d3cd9184247d996c12bd49de35a5b3d3f86 100644 (file)
@@ -4,6 +4,9 @@ cfg_files = alsa.conf
 if BUILD_ALISP
 cfg_files += sndo-mixer.alisp
 endif
+if BUILD_MODULES
+cfg_files += smixer.conf
+endif
 
 EXTRA_DIST = $(cfg_files)