summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Natterer <mitch@gimp.org>2012-04-02 01:29:41 +0200
committerMichael Natterer <mitch@gimp.org>2012-04-02 01:29:41 +0200
commit3c748f4e66f4c5ece8563879e023184e9f7b1cc8 (patch)
treeaeb5f04d6e8d9e3013c1e61ca5485e4794ad5809 /Makefile.am
parent30da2a9b3def9ddca84098767ae142b5d99695b2 (diff)
Fix generation of gegl-major.minor.pc
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 04dbc442..5b78eaa4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,10 +18,8 @@ SUBDIRS+= docs
endif
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = gegl-$(GEGL_MAJOR_VERSION).$(GEGL_MINOR_VERSION).pc
+pkgconfig_DATA = gegl-$(GEGL_API_VERSION).pc
-gegl-$(GEGL_MAJOR_VERSION).$(GEGL_MINOR_VERSION).pc: gegl.pc
- cp $< $@
built_dist_files = README
EXTRA_DIST = \