[xiph-cvs] cvs commit: ao ao-config.in libao.spec
Jack Moffitt
jack at xiph.org
Sun Oct 29 19:43:24 PST 2000
jack 00/10/29 19:43:24
Modified: . ao-config.in libao.spec
Log:
updated config and spec file
Revision Changes Path
1.2 +2 -2 ao/ao-config.in
Index: ao-config.in
===================================================================
RCS file: /usr/local/cvsroot/ao/ao-config.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ao-config.in 2000/10/30 00:46:39 1.1
+++ ao-config.in 2000/10/30 03:43:23 1.2
@@ -98,9 +98,9 @@
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
1.2 +4 -1 ao/libao.spec
Index: libao.spec
===================================================================
RCS file: /usr/local/cvsroot/ao/libao.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libao.spec 2000/09/03 09:56:05 1.1
+++ libao.spec 2000/10/30 03:43:23 1.2
@@ -47,12 +47,15 @@
%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
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list