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

gEDA-cvs: gaf.git: branch: master updated (1.6.1-20100214-145-g66e54fd)



The branch, master has been updated
       via  66e54fd03f75f70d9fcf101d6ed3cad1bb354b13 (commit)
      from  bb8ca8df886f6a800e96910424d6b3ba55f2f14f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gattrib/src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 66e54fd03f75f70d9fcf101d6ed3cad1bb354b13
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Fix MINGW LDFLAGS for gattrib
    
    Rather embarassingly, I messed this up in commit e5f32954a1 where
    I claimed to have fixed this very issue!
    
    "There was a mistake in gschem and gattrib's Makefile.am, where it
    included the non-existant MINGW_GUI_CFLAGS rather than pulling in
    MINGW_GUI_LDFLAGS where the required -mwindows was set."
    
    Reported-By: Peter TB Brett <peter@xxxxxxxxxxxxx>

:100644 100644 a8b8851... 275571c... M	gattrib/src/Makefile.am

=========
 Changes
=========

commit 66e54fd03f75f70d9fcf101d6ed3cad1bb354b13
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Fix MINGW LDFLAGS for gattrib
    
    Rather embarassingly, I messed this up in commit e5f32954a1 where
    I claimed to have fixed this very issue!
    
    "There was a mistake in gschem and gattrib's Makefile.am, where it
    included the non-existant MINGW_GUI_CFLAGS rather than pulling in
    MINGW_GUI_LDFLAGS where the required -mwindows was set."
    
    Reported-By: Peter TB Brett <peter@xxxxxxxxxxxxx>

diff --git a/gattrib/src/Makefile.am b/gattrib/src/Makefile.am
index a8b8851..275571c 100644
--- a/gattrib/src/Makefile.am
+++ b/gattrib/src/Makefile.am
@@ -37,7 +37,7 @@ gattrib_CFLAGS = $(GCC_CFLAGS) $(GLIB_CFLAGS) \
 	$(MINGW_CFLAGS) \
 	$(GTK_CFLAGS) $(GTHREAD_CFLAGS) $(GUILE_CFLAGS)
 gattrib_LDFLAGS = $(GLIB_LIBS) $(GTK_LIBS) $(GTHREAD_LIBS) \
-	$(GUILE_LIBS) $(MINGW_GUI_CFLAGS)
+	$(GUILE_LIBS) $(MINGW_GUI_LDFLAGS)
 gattrib_LDADD = $(top_builddir)/libgeda/src/libgeda.la
 
 MOSTLYCLEANFILES = *.log *.ps core FILE *~ #*# 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs