summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-12-06 00:49:57 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-12-06 00:49:57 +0000
commit24997abbdd38ffec958fa88a8f8b24e798a03991 (patch)
tree76f2b8712eec05c7b6287da045bfd1b22ac070fc /autogen.sh
parent498d1f0a7d71c8bdf776a3e76db53e74e185e1c7 (diff)
downloadnautilus-24997abbdd38ffec958fa88a8f8b24e798a03991.tar.gz
Basic framework is there. Now for URL resolution and loading.
Basic framework is there. Now for URL resolution and loading.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index a64fe9558..b93c73877 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,9 +7,9 @@ test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
-PROJECT=hyperbola
+PROJECT=nautilus
TEST_TYPE=-f
-FILE=src/gui/hyperbola-main.c
+FILE=src/Makefile.am
DIE=0