From 39d0d9fb13a51803b3add3fd5e5709a31894b17e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 22 May 2017 12:55:25 +0200 Subject: Build system: Drop remnants of GTK-2+ support. --- Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5193b58..cecdc78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} NULL= -VER=3 - V = @ Q = $(V:1=) QUIET_GEN = $(Q:@=@echo ' GEN '$@;) @@ -13,10 +11,9 @@ SUBDIRS = src example tests $(QUIET_GEN) cp -f $< $@ pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libayatana-ido$(VER)-0.4.pc +pkgconfig_DATA = libayatana-ido3-0.4.pc CLEANFILES = \ - libayatana-ido-0.4.pc \ libayatana-ido3-0.4.pc \ $(NULL) @@ -48,7 +45,7 @@ DISTCLEANFILES = \ xmldocs.make \ $(NULL) -EXTRA_DIST = libayatana-ido.pc.in libayatana-ido3.pc.in +EXTRA_DIST = libayatana-ido3.pc.in DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc -- cgit v1.2.3