summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-03-10 23:22:23 -0600
committerShaun McCance <shaunm@gnome.org>2010-03-10 23:22:23 -0600
commit258d9bcc9c7e41cf53cef3c915bce2e1cd010cb3 (patch)
tree888772c2e2774f2bbfa8b5292a1c2ff17ba71c25 /autogen.sh
parenta20304fed318a9093f2d27d11de0860d1c521098 (diff)
downloadyelp-258d9bcc9c7e41cf53cef3c915bce2e1cd010cb3.tar.gz
[src/yelp.c] Basic DBus-enabled libyelp-based Yelp shell
Nothing shiny yet. Just managing the application API with DBus and getting basic windows loaded using YelpView. Trying to keep it very simple, and with as little as possible done at startup.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 13db1cc8..0cc89c3e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@ PKG_NAME=Yelp
REQUIRED_AUTOMAKE_VERSION=1.9
export REQUIRED_AUTOMAKE_VERSION
-if ! test -f $srcdir/src/yelp-main.c; then
+if ! test -f $srcdir/src/yelp.c; then
echo "**Error**: Directory '$srcdir' does not look like the yelp source directory"
exit 1
fi