]> git.alsa-project.org Git - alsa-lib.git/commitdiff
DATADIR is obtained from the configure script
authorJaroslav Kysela <perex@perex.cz>
Tue, 26 Jun 2001 10:45:10 +0000 (10:45 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 26 Jun 2001 10:45:10 +0000 (10:45 +0000)
acconfig.h
include/local.h

index e26f17852c26d11b3fb669a33bfecaa526ea97ed..9891d48a786b7e377f31ed69ec7eb792317a0dd9 100644 (file)
@@ -6,3 +6,6 @@
 
 /* Sound library version string */
 #undef SND_LIB_VERSION
+
+/* DATA directory */
+#undef DATADIR
index e15018aea40560678331f1efbe84e630ca3fc85b..55b6181a1e1ca22c81e0a452db6b9ea4d2ba60c0 100644 (file)
 #ifndef __LOCAL_H
 #define __LOCAL_H
 
-#define ALSA_LIB "libasound.so"
+#include "config.h"
 
-#ifndef DATADIR
-#define DATADIR "/usr/share"
-#endif
+#define ALSA_LIB "libasound.so"
 
 #define _snd_config_iterator list_head
 #define _snd_interval sndrv_interval