Fix Makefile.am...remove my -Wno-unsed that I added locally. Thanks Dan :)

SVN revision: 28823
This commit is contained in:
Christopher Michael 2007-03-20 01:13:40 +00:00
parent fb9c90a631
commit f006f6d98e
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ INCLUDES = -I$(top_srcdir) \
-DPACKAGE_LIB_DIR=\"@PACKAGE_LIB_DIR@\" \
-DPACKAGE_DATA_DIR=\"@PACKAGE_DATA_DIR@\" \
-DLOCALE_DIR=\"@LOCALE_DIR@\" \
-DPACKAGE_SYSCONF_DIR=\"@PACKAGE_SYSCONF_DIR@\" \
-Wno-unused
-DPACKAGE_SYSCONF_DIR=\"@PACKAGE_SYSCONF_DIR@\"
bin_PROGRAMS = \
enlightenment \