changeset 15370:6e08118f2cd6

[gaim-migrate @ 18163] Include oscarcommon.h in the tarball Include symlinks in the RPMs (liboscar.so and liboscar.so.1) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 19 Jan 2007 04:13:59 +0000
parents d9915f534169
children d39a4d3f7750
files gaim.spec.in libgaim/protocols/oscar/Makefile.am
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gaim.spec.in	Fri Jan 19 04:13:23 2007 +0000
+++ b/gaim.spec.in	Fri Jan 19 04:13:59 2007 +0000
@@ -244,7 +244,7 @@
 
 %find_lang %{name}
 
-find $RPM_BUILD_ROOT%{_libdir}/gaim -type f -print | \
+find $RPM_BUILD_ROOT%{_libdir}/gaim -xtype f -print | \
         sed "s@^$RPM_BUILD_ROOT@@g" | \
         grep -v /gntgf.so | \
         grep -v /gnthistory.so | \
--- a/libgaim/protocols/oscar/Makefile.am	Fri Jan 19 04:13:23 2007 +0000
+++ b/libgaim/protocols/oscar/Makefile.am	Fri Jan 19 04:13:59 2007 +0000
@@ -34,6 +34,7 @@
 	oft.c               \
 	oscar.c             \
 	oscar.h             \
+	oscarcommon.h       \
 	oscar_data.c        \
 	peer.c              \
 	peer.h              \