From d7961bef66619849e14fe8be38f1880d0473a2a7 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 4 Jan 2008 11:06:58 +0000 Subject: Add BIN_LDFLAGS so that we can build static bins without affecting our shared libraries. --- src/librc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/librc.c') diff --git a/src/librc.c b/src/librc.c index 8e0a62cb..15309f87 100644 --- a/src/librc.c +++ b/src/librc.c @@ -4,7 +4,7 @@ */ /* - * Copyright 2007 Roy Marples + * Copyright 2007-2008 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -29,7 +29,7 @@ * SUCH DAMAGE. */ -const char librc_copyright[] = "Copyright (c) 2007 Roy Marples"; +const char librc_copyright[] = "Copyright (c) 2007-2008 Roy Marples"; #include "librc.h" -- cgit v1.2.3