diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-22 12:55:25 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-22 12:56:18 +0200 |
commit | 39d0d9fb13a51803b3add3fd5e5709a31894b17e (patch) | |
tree | b0ce64f878b671dafcb0134b42129284c3f0ef6f /Makefile.am | |
parent | fec55f9d80bd40b5dc687ac657acb3c884f6156f (diff) | |
download | ayatana-ido-39d0d9fb13a51803b3add3fd5e5709a31894b17e.tar.gz ayatana-ido-39d0d9fb13a51803b3add3fd5e5709a31894b17e.tar.bz2 ayatana-ido-39d0d9fb13a51803b3add3fd5e5709a31894b17e.zip |
Build system: Drop remnants of GTK-2+ support.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
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 |