configure.ac: expose variables OPENAL_CFLAGS and OPENAL_LIBS

Don't add these to the global MPD_CFLAGS and MPD_LIBS.  This allows
test programs to link without libopenal.
This commit is contained in:
Max Kellermann
2010-01-01 17:10:10 +01:00
parent 9d3865cb95
commit 3adfbfe36d
2 changed files with 5 additions and 5 deletions
+2
View File
@@ -599,6 +599,7 @@ OUTPUT_CFLAGS = \
$(AO_CFLAGS) \
$(ALSA_CFLAGS) \
$(JACK_CFLAGS) \
$(OPENAL_CFLAGS) \
$(PULSE_CFLAGS) \
$(SHOUT_CFLAGS)
@@ -606,6 +607,7 @@ OUTPUT_LIBS = \
$(AO_LIBS) \
$(ALSA_LIBS) \
$(JACK_LIBS) \
$(OPENAL_LIBS) \
$(PULSE_LIBS) \
$(SHOUT_LIBS)