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

gEDA-cvs: CVS update: Makefile.am



  User: danmc   
  Date: 05/02/21 00:38:51

  Modified:    .        Makefile.am
  Log:
  if we are using gcc, add -Wall
  
  
  Revision  Changes    Path
  1.51      +5 -0      eda/geda/devel/libgeda/src/Makefile.am
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/src/Makefile.am,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -b -r1.50 -r1.51
  --- Makefile.am	19 Feb 2005 23:27:36 -0000	1.50
  +++ Makefile.am	21 Feb 2005 05:38:51 -0000	1.51
  @@ -1,3 +1,4 @@
  +# $Id: Makefile.am,v 1.51 2005/02/21 05:38:51 danmc Exp $
   #
   # NOTE: Don't forget that in the libtool distribution, files in this
   # directory are distributed by the demo_distfiles variable in the top
  @@ -13,6 +14,10 @@
   
   VPATH = ../noweb:../include:src
   
  +if CCISGCC
  +AM_CFLAGS = -Wall
  +endif
  +
   # Build a libtool library, libhello.la for installation in libdir.
   lib_LTLIBRARIES = libgeda.la