diff options
author | Roy Marples <roy@marples.name> | 2008-01-04 11:06:58 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-04 11:06:58 +0000 |
commit | d7961bef66619849e14fe8be38f1880d0473a2a7 (patch) | |
tree | e67114e7eda4907ff1380e5e0fe1440457765a27 /src/libeinfo.c | |
parent | d8019881dd588cef273f506411ec23a888c646e5 (diff) |
Add BIN_LDFLAGS so that we can build static bins without affecting our shared libraries.
Diffstat (limited to 'src/libeinfo.c')
-rw-r--r-- | src/libeinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libeinfo.c b/src/libeinfo.c index c5904865..d80af9c0 100644 --- a/src/libeinfo.c +++ b/src/libeinfo.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 libeinfo_copyright[] = "Copyright (c) 2007 Roy Marples"; +const char libeinfo_copyright[] = "Copyright (c) 2007-2008 Roy Marples"; #include <sys/types.h> #include <sys/ioctl.h> |