diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-18 00:01:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-18 00:01:37 +0800 |
commit | d731705f509fb39e5d0d2e0fbfcaa3f6aed1e67b (patch) | |
tree | b2cf7623e479b315a0b87a54346d2065bde7cc57 /Makefile.am | |
parent | 999d911642d3b29496df0de71a5ffa3848a02408 (diff) | |
download | gsoc2013-evolution-d731705f509fb39e5d0d2e0fbfcaa3f6aed1e67b.tar.gz gsoc2013-evolution-d731705f509fb39e5d0d2e0fbfcaa3f6aed1e67b.tar.zst gsoc2013-evolution-d731705f509fb39e5d0d2e0fbfcaa3f6aed1e67b.zip |
do the right thing for disting
2003-11-17 JP Rosevear <jpr@ximian.com>
* Makefile.am (EXTRA_DIST): do the right thing for disting
svn path=/trunk/; revision=23391
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4c3bd293bf..b8b03db764 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ EXTRA_DIST = \ intltool-merge.in \ intltool-update.in \ intltool-extract.in \ - $(pkgconfig_DATA:$(BASE_VERSION).pc=.pc.in) + $(pkgconfig_DATA:-$(BASE_VERSION).pc=.pc.in) if ENABLE_SMIME SMIME_DIR=smime |