diff options
author | Jon Nordby <jononor@gmail.com> | 2012-04-12 14:10:05 +0200 |
---|---|---|
committer | Jon Nordby <jononor@gmail.com> | 2012-04-12 14:34:58 +0200 |
commit | 35469116fbf0b398d748f8116e4dcc8bdaee12c7 (patch) | |
tree | 8d2878927908d5c8e7c3f3263ee629aab88c53c3 /configure.ac | |
parent | 25d2efa62d49df06a5dabeac2dd64324a83619ea (diff) |
gobject-introspection: Fix build after 0.2.x version bump
Remove hardcoding of version numbers so that this does
not happen again.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a2871bc2..8102835e 100644 --- a/configure.ac +++ b/configure.ac @@ -1119,6 +1119,7 @@ gegl-uninstalled.pc # Files with versions in their names AC_CONFIG_FILES( gegl-gegl_api_version.pc:gegl.pc.in +gegl/gegl-gegl_api_version.deps:gegl/gegl.deps.in ) AC_OUTPUT |