diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1999-12-06 00:49:57 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1999-12-06 00:49:57 +0000 |
commit | 24997abbdd38ffec958fa88a8f8b24e798a03991 (patch) | |
tree | 76f2b8712eec05c7b6287da045bfd1b22ac070fc /autogen.sh | |
parent | 498d1f0a7d71c8bdf776a3e76db53e74e185e1c7 (diff) | |
download | nautilus-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-x | autogen.sh | 4 |
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 |