rpms/gnome-pilot/devel gnome-pilot-2.0.15-unresolved-symbols.patch, 1.2, 1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 23 21:11:04 UTC 2007


Author: mbarnes

Update of /cvs/dist/rpms/gnome-pilot/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28323

Modified Files:
	gnome-pilot-2.0.15-unresolved-symbols.patch 
Log Message:
- Fix a build script problem.


gnome-pilot-2.0.15-unresolved-symbols.patch:
 capplet/pilot.c                             |    1 
 conduits/backup/Makefile.am                 |    3 -
 conduits/file/Makefile.am                   |    3 -
 conduits/test/Makefile.am                   |    3 -
 gpilotd/Makefile.am                         |    8 +++
 gpilotd/gnome-pilot-structures.c            |   37 +++++++++------
 gpilotd/gnome-pilot-structures.h            |   13 +++++
 libgpilotdCM/Makefile.am                    |    4 +
 libgpilotdCM/gnome-pilot-conduit-config.gob |   66 +++++++++++++++++++++++++---
 9 files changed, 113 insertions(+), 25 deletions(-)

Index: gnome-pilot-2.0.15-unresolved-symbols.patch
===================================================================
RCS file: /cvs/dist/rpms/gnome-pilot/devel/gnome-pilot-2.0.15-unresolved-symbols.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-pilot-2.0.15-unresolved-symbols.patch	23 Apr 2007 20:17:42 -0000	1.2
+++ gnome-pilot-2.0.15-unresolved-symbols.patch	23 Apr 2007 21:11:02 -0000	1.3
@@ -267,7 +267,7 @@
  libbackup_conduit_la_LIBADD = 	\
 -	$(GNOME_PILOT_LIBS)
 +	$(GNOME_PILOT_LIBS) \
-+	-lgpilotdconduit
++	$(top_builddir)/gpilotd/libgpilotdconduit.la
  
  @GP_CONDUIT_RULE@
  
@@ -279,7 +279,7 @@
  libtest_conduit_la_LIBADD = 	\
 -	$(GNOME_PILOT_LIBS)
 +	$(GNOME_PILOT_LIBS) \
-+	-lgpilotdconduit
++	$(top_builddir)/gpilotd/libgpilotdconduit.la
  
  @GP_CONDUIT_RULE@
  
@@ -291,7 +291,7 @@
  libfile_conduit_la_LIBADD = 		\
 -	$(GNOME_PILOT_LIBS) 
 +	$(GNOME_PILOT_LIBS)  \
-+	-lgpilotdconduit
++	$(top_builddir)/gpilotd/libgpilotdconduit.la
  
  
  bin_PROGRAMS = gpilot-install-file




More information about the fedora-cvs-commits mailing list