Changeset 1575:ab74a83122a2 for tests

Show
Ignore:
Timestamp:
06/11/08 04:22:45 (2 years ago)
Author:
Daniel Burrows <dburrows@…>
Branch:
default
Message:

Move the addition of -Wall and -Werror to CXXFLAGS into the toplevel Makefile to ensure they actually get used everywhere.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r1037 r1575  
    11MAINTAINERCLEANFILES = Makefile.in 
    22 
    3 INCLUDES = -Wall @WERROR@ -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/src -I$(srcdir) 
     3INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/src -I$(srcdir) 
    44LDADD = $(top_builddir)/src/generic/apt/libgeneric-apt.a $(top_builddir)/src/generic/problemresolver/dummy_universe.o $(top_builddir)/src/generic/util/libgeneric-util.a -lcppunit 
    55