diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 22:50:35 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 22:50:35 +0800 |
commit | 54a9260f696f5c7462f40af8f838d723ba3abeb5 (patch) | |
tree | ab87ece78582288b7dabf6635fe3f393fd042c4d /Makefile.am | |
parent | b484ae1c53ce5e8075eefe907cffbcb936106397 (diff) | |
download | gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.gz gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.zst gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.zip |
Fix for version removal from installed files.
svn path=/trunk/; revision=33646
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index f514784595..d0f71c5405 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,13 +2,10 @@ changelogs = \ ChangeLog \ ChangeLog.pre-1-4 -%-$(BASE_VERSION).pc: %.pc - cp $< $@ - pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = \ - evolution-shell-$(BASE_VERSION).pc \ - evolution-plugin-$(BASE_VERSION).pc + evolution-shell.pc \ + evolution-plugin.pc EXTRA_DIST = \ AUTHORS \ @@ -28,7 +25,7 @@ EXTRA_DIST = \ intltool-extract.in \ evolution-zip.in \ gnome-doc-utils.make \ - $(pkgconfig_DATA:-$(BASE_VERSION).pc=.pc.in) + $(pkgconfig_DATA:.pc=.pc.in) if ENABLE_SMIME SMIME_DIR=smime |