summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2002-01-05 19:11:32 +0000
committerHans Breuer <hans@src.gnome.org>2002-01-05 19:11:32 +0000
commit2665d8cefdcba05cb3b1574cfe5207ffd04475e4 (patch)
tree69a5de8c7fe4feca2af8a8939666e3e16d0b0d60 /Makefile.am
parentabc754faca50c2a41ae390481856d7e4afd58399 (diff)
downloadglib-2665d8cefdcba05cb3b1574cfe5207ffd04475e4.tar.gz
moved warning to error pragmas to their own file to not force 'good
2002-01-05 Hans Breuer <hans@breuer.org> * glibconfig.h.win32.in msvc_recommended_pragmas.h (new file) : moved warning to error pragmas to their own file to not force 'good practice' programming in downstream libs and apps. Instead the new header will be used by -FImsvc_recommended_pragmas.h in gnome/cvs makefile.msc * */makefile.msc.in : use -FImsvc_recommended_pragmas.h * makefile.am : add msvc_recommended_pragmas.h to EXTRA_DIST
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ab6a613b7..416cee812 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,6 +23,7 @@ EXTRA_DIST = \
makefile.msc \
makefile.mingw \
glibconfig.h.win32.in \
+ msvc_recommended_pragmas.h \
config.h.win32.in \
po/po2tbl.sed.in \
glib-2.0.pc.in \