diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-14 02:48:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-14 02:48:06 +0800 |
commit | 3bd46ea849351345825abbe6412f39e0e625c6c8 (patch) | |
tree | 5362bdf55f8d7aab4ce217ce35e5afa1c1773bfb /e-util/Makefile.am | |
parent | 1e0b252fc78b0a96c621c5500a8140c9fcca6e9c (diff) | |
download | gsoc2013-evolution-3bd46ea849351345825abbe6412f39e0e625c6c8.tar.gz gsoc2013-evolution-3bd46ea849351345825abbe6412f39e0e625c6c8.tar.zst gsoc2013-evolution-3bd46ea849351345825abbe6412f39e0e625c6c8.zip |
Bug 588277 – Unnecessary special-purpose configure flag
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index f85644b476..d723e3b290 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -34,7 +34,6 @@ AM_CPPFLAGS = \ -DSEARCH_RULE_DIR=\"$(ruledir)\" \ -DG_LOG_DOMAIN=\"e-utils\" \ $(GNOME_PILOT_CFLAGS) \ - $(ICONV_CFLAGS) \ $(E_UTIL_CFLAGS) privsolib_LTLIBRARIES = libeutil.la libeconduit.la |