From 17d2fd7ba6e194a28a08d1631cd4c2b6d78eca44 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sat, 1 Jun 2002 20:16:24 +0000 Subject: [PATCH] Initial commit. --- AUTHORS | 15 +++++++++++++++ Makefile.am | 8 ++++++++ 2 files changed, 23 insertions(+) create mode 100644 AUTHORS create mode 100644 Makefile.am diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..682bf10 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,15 @@ +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> diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..bf888ae --- /dev/null +++ b/Makefile.am @@ -0,0 +1,8 @@ +# 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@ -- GitLab