diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-12-17 03:03:25 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:25 +0800 |
commit | 968717967398ab7e537aa27d3241b326447a180f (patch) | |
tree | 5c65896733d06c2643f96f0ddb68e512f99cc5e2 /Makefile.am | |
parent | 5b171af4104e08d76c2e00e2011c1fcb5098fad0 (diff) | |
download | gsoc2013-evolution-968717967398ab7e537aa27d3241b326447a180f.tar.gz gsoc2013-evolution-968717967398ab7e537aa27d3241b326447a180f.tar.zst gsoc2013-evolution-968717967398ab7e537aa27d3241b326447a180f.zip |
Drop support for gtk+-2.0.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index 49618cfc81..e10e7e42da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS=-I m4 pkgconfigdir = $(libdir)/pkgconfig INTERFACE_VERSION=3.0 -if ENABLE_GTK3 %-$(INTERFACE_VERSION).pc: %.pc cp $< $@ @@ -13,13 +12,6 @@ pkgconfig_in_files = \ evolution-plugin-$(INTERFACE_VERSION).pc \ evolution-shell-$(INTERFACE_VERSION).pc pkgconfig_DATA = $(pkgconfig_in_files:.pc.in=-$(INTERFACE_VERSION).pc) -else -pkgconfig_DATA = \ - evolution-calendar.pc \ - evolution-mail.pc \ - evolution-plugin.pc \ - evolution-shell.pc -endif EXTRA_DIST = \ $(pkgconfig_DATA) \ @@ -84,14 +76,9 @@ SUBDIRS = \ sounds \ $(HELP_SUBDIR) -if ENABLE_GTK3 DISTCLEANFILES = \ $(builddir)/iconv-detect.h \ $(pkgconfig_in_files) -else -DISTCLEANFILES = \ - $(builddir)/iconv-detect.h -endif MAINTAINERCLEANFILES = \ $(srcdir)/ABOUT-NLS \ |