Build Patch




-JP
-- 
--
=======================================================================
JP Rosevear				jpr ximian com
Ximian Inc.				http://www.ximian.com
? gp-build-patch.diff
? macros/macros.dep
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnome-pilot/ChangeLog,v
retrieving revision 1.168
diff -u -r1.168 ChangeLog
--- ChangeLog	2001/08/02 11:14:34	1.168
+++ ChangeLog	2001/08/23 20:07:19
@@ -1,3 +1,7 @@
+2001-08-23  JP Rosevear  <jpr ximian com>
+
+	* Makefile.am: fix type, put built sources first
+
 2001-08-02  Eskil Heyn Olsen  <eskil eskil dk>
 
 	* configure.in:
Index: gpilotd/Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-pilot/gpilotd/Makefile.am,v
retrieving revision 1.70
diff -u -r1.70 Makefile.am
--- gpilotd/Makefile.am	2001/07/30 21:31:37	1.70
+++ gpilotd/Makefile.am	2001/08/23 20:07:19
@@ -50,7 +50,7 @@
 	$(GOB_GPILOTD_CONDUIT_SRCS)	\
 	$(NULL)
 
-BUILT_SOURCS += $(GOB_BUILT_SRCS)
+BUILT_SOURCES += $(GOB_BUILT_SRCS)
 
 gobfiles = 						\
 	$(srcdir)/gnome-pilot-client.gob 		\
@@ -104,11 +104,11 @@
 
 ## LIBGPILOTDCONDUIT
 libgpilotdconduit_la_SOURCES = 			\
+	$(GOB_GPILOTD_CONDUIT_SRCS)		\
 	gnome-pilot-conduit-standard-abs.c 	\
 	gnome-pilot-conduit-standard-abs.h 	\
 	gnome-pilot-conduit-sync-abs.h 		\
 	gnome-pilot-conduit-sync-abs.c 		\
-	$(GOB_GPILOTD_CONDUIT_SRCS)		\
 	$(NULL)
 
 libgpilotdconduitinclude_HEADERS = 		\


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]