Don't put -Werror into CFLAGS but into WERROR and AC_SUBST it. Some
2000-08-31 Martin Baulig <baulig@suse.de> * configure.in: Don't put -Werror into CFLAGS but into WERROR and AC_SUBST it. Some configure checks don't work with -Werror. * */Makefile.am (INCLUDES): Add $(WERROR).
This commit is contained in:
parent
00a08a542a
commit
c13ae41bab
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ INCLUDES = -I. -I$(srcdir) \
|
|||
$(OAF_CFLAGS) \
|
||||
$(GNOME_INCLUDEDIR) \
|
||||
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
||||
-I$(includedir)
|
||||
-I$(includedir) \
|
||||
$(WERROR)
|
||||
|
||||
bin_PROGRAMS = nautilus-mime-type-capplet
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue