--- freealut-1.1.0.old/admin/pkgconfig/freealut.pc.in +++ freealut-1.1.0/admin/pkgconfig/freealut.pc.in @@ -7,5 +7,5 @@ Description: freealut is a free implementation of the OpenAL utility toolkit. Requires: openal Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lalut +Libs: -L${libdir} -lalut -L__META_PRODTREE__/openal -lopenal Cflags: -I${includedir} --- freealut-1.1.0.old/src/Makefile.am +++ freealut-1.1.0/src/Makefile.am @@ -20,7 +20,7 @@ alutWaveform.c # We use sin and floor, so we might need -lm, autoconf takes care of this. -libalut_la_LIBADD = $(LIBM) +libalut_la_LIBADD = -L__META_PRODTREE__/openal/lib -lopenal $(LIBM) # The following libtool flag is neccessary for building DLLs on Windows. libalut_la_LDFLAGS = -no-undefined --- freealut-1.1.0.old/src/Makefile.in +++ freealut-1.1.0/src/Makefile.in @@ -219,7 +219,7 @@ # We use sin and floor, so we might need -lm, autoconf takes care of this. -libalut_la_LIBADD = $(LIBM) +libalut_la_LIBADD = -L__META_PRODTREE__/openal/lib -lopenal $(LIBM) # The following libtool flag is neccessary for building DLLs on Windows.