diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-26 05:22:54 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-26 05:22:54 +0800 |
commit | a37ae85ab4c5cd7256e2143332a8263147a328a3 (patch) | |
tree | 624d6085e74377095dbff4145b53f98cb2c99446 /executive-summary/idl | |
parent | 0d7717153d2677e7f39bb35e05640c8e80475fa7 (diff) | |
download | gsoc2013-evolution-a37ae85ab4c5cd7256e2143332a8263147a328a3.tar gsoc2013-evolution-a37ae85ab4c5cd7256e2143332a8263147a328a3.tar.gz gsoc2013-evolution-a37ae85ab4c5cd7256e2143332a8263147a328a3.tar.bz2 gsoc2013-evolution-a37ae85ab4c5cd7256e2143332a8263147a328a3.tar.lz gsoc2013-evolution-a37ae85ab4c5cd7256e2143332a8263147a328a3.tar.xz gsoc2013-evolution-a37ae85ab4c5cd7256e2143332a8263147a328a3.tar.zst gsoc2013-evolution-a37ae85ab4c5cd7256e2143332a8263147a328a3.zip |
Remove this section, which doesn't apply to anything since there are no
* idl/Makefile.am (INCLUDES): Remove this section, which doesn't
apply to anything since there are no targets in this directory.
* test-service/Makefile.am:
* evolution-services/Makefile.am:
* component/Makefile.am: Remove UNICODE_LIBS/UNICODE_CFLAGS
svn path=/trunk/; revision=9568
Diffstat (limited to 'executive-summary/idl')
-rw-r--r-- | executive-summary/idl/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/executive-summary/idl/Makefile.am b/executive-summary/idl/Makefile.am index 0856a0cdf3..29a35f43cf 100644 --- a/executive-summary/idl/Makefile.am +++ b/executive-summary/idl/Makefile.am @@ -1,19 +1,3 @@ -INCLUDES = \ - -I$(top_srcdir)/widgets \ - -I$(top_srcdir)/widgets/e-text \ - -I$(top_srcdir) \ - -I$(top_builddir)/shell \ - -I$(top_srcdir)/shell \ - $(GNOME_VFS_CFLAGS) \ - $(UNICODE_CFLAGS) \ - $(GTKHTML_CFLAGS) \ - -DEVOLUTION_VERSION=\""$(VERSION)"\" \ - -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ - -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ - -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ - -DEVOLUTION_DATADIR=\""$(datadir)"\" \ - -DG_LOG_DOMAIN=\"evolution-executive-summary\" - EXTRA_DIST = $(IDLS) IDLS = \ |