Skip to content
Snippets Groups Projects
Commit 0f524338 authored by Jack Moffitt's avatar Jack Moffitt
Browse files

updated config and spec file

git-svn-id: http://svn.xiph.org/trunk/ao@774 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 2d590414
No related branches found
No related tags found
No related merge requests found
......@@ -98,9 +98,9 @@ else
fi
if test "$lib_dir" != "/usr/lib"; then
libs="-L$lib_dir $esd_libs -lao"
libs="-L$lib_dir $esd_libs -lao -ldl"
else
libs="$esd_libs -lao"
libs="$esd_libs -lao -ldl"
fi
if test "$echo_cflags" = "yes"; then
......
......@@ -47,12 +47,15 @@ make DESTDIR=$RPM_BUILD_ROOT install
%doc COPYING
%doc README
/usr/lib/libao.so.*
/usr/lib/libao.a
%files devel
%doc doc/index.html
/usr/include/ao/ao.h
/usr/include/ao/os_types.h
/usr/lib/libao.a
/usr/lib/libao.so
/usr/bin/ao-config
/usr/share/aclocal/ao.m4
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment