[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: Makefile.am
User: danmc
Date: 05/02/22 17:13:29
Modified: . Makefile.am
Log:
if we're using gcc then turn on -Wall
Revision Changes Path
1.36 +4 -0 eda/geda/devel/gschem/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/gschem/src/Makefile.am,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- Makefile.am 19 Feb 2005 23:27:15 -0000 1.35
+++ Makefile.am 22 Feb 2005 22:13:28 -0000 1.36
@@ -35,6 +35,10 @@
gschem_SOURCES = $(BUILT_SOURCES:.nw=.c)
+if CCISGCC
+AM_CFLAGS = -Wall
+endif
+
INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/include @GSCHEM_CFLAGS@
gschem_LDADD = @GSCHEM_LDFLAGS@ @LIBINTL@