gnome-terminal r2595 - trunk/src/skey



Author: chpe
Date: Thu May 29 19:36:56 2008
New Revision: 2595
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2595&view=rev

Log:
Include warnings and deprecation defines.


Modified:
   trunk/src/skey/Makefile.am

Modified: trunk/src/skey/Makefile.am
==============================================================================
--- trunk/src/skey/Makefile.am	(original)
+++ trunk/src/skey/Makefile.am	Thu May 29 19:36:56 2008
@@ -19,16 +19,14 @@
 
 libskey_la_CPPFLAGS = \
 	-I$(srcdir)/.. \
+	$(DISABLE_DEPRECATED) \
 	$(AM_CPPFLAGS)
 
 libskey_la_CFLAGS = \
 	$(TERM_CFLAGS) \
+	$(WARN_CFLAGS) \
 	$(AM_CFLASG)
 
-# 	$(WARN_CFLAGS) \
-# 	$(DISABLE_DEPRECATED) \
-#
-
 libskey_la_LDFLAGS =
 
 libskey_la_LIBADD = \
@@ -42,11 +40,12 @@
 
 testskey_CPPFLAGS = \
 	-I$(srcdir)/.. \
-	-DSKEY_MAIN \
+	$(DISABLE_DEPRECATED) \
 	$(AM_CPPFLAGS)
 
 testskey_CFLAGS = \
 	$(TERM_CFLAGS) \
+	$(WARN_CFLAGS) \
 	$(AM_CFLAGS)
 
 testskey_LDFLAGS =



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