Skip to content
Snippets Groups Projects
Commit 17d2fd7b authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Initial commit.

parent 463beb5d
No related branches found
No related tags found
No related merge requests found
AUTHORS 0 → 100644
remote.c was created by Jamie Zawinski <jwz@netscape.com>, 24-Dec-94,
and is Copyright © 1996 Netscape Communications Corporation, all
rights reserved. See remote.c for the license conditions.
vroot.h is Copyright 1991 by Andreas Stolcke and Copyright 1990 by
Solbourne Computer Inc. See vroot.h for license conditions.
All other parts (that is, the makefiles, configure script, et c) were
written by Per Cederqvist <ceder+netscape@lysator.liu.se>, 2002-06-01,
and is hereby placed in the public domain.
Minor bugfixes were (knowingly or unknowlingly) contributed by the
following persons (see ChangeLog for details):
Kelly <kbyanc@posi.net>
# Makefile template template. Written by Per Cederqvist 2002-06-01.
# Placed in the public domain.
bin_PROGRAMS = netscape-remote
netscape_remote_SOURCES = remote.c vroot.h
AM_LDFLAGS = @X_LIBS@
AM_CFLAGS = @X_CFLAGS@
LDADD = @X_PRE_LIBS@ -lXmu @X_EXTRA_LIBS@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment