diff options
author | hasso <hasso> | 2004-10-19 20:40:08 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-19 20:40:08 +0000 |
commit | 6590f2c3dc10acaa04cea3206fd00445e0a6145c (patch) | |
tree | 6ca50941520649a19f7488a45a4ca2f9b7f84ef1 /lib/Makefile.am | |
parent | 3fb9cd6ef456959b6eff939d5c316f6785c2dda4 (diff) |
Small copyright string and hostname related cleanup.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 9cb25f77..b4d538bd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -7,8 +7,8 @@ lib_LTLIBRARIES = libzebra.la libzebra_la_LDFLAGS = -version 0:0:0 libzebra_la_SOURCES = \ - version.c network.c pid_output.c getopt.c getopt1.c daemon.c \ - print_version.c checksum.c vector.c linklist.c vty.c command.c \ + network.c pid_output.c getopt.c getopt1.c daemon.c \ + checksum.c vector.c linklist.c vty.c command.c \ sockunion.c prefix.c thread.c if.c memory.c buffer.c table.c hash.c \ filter.c routemap.c distribute.c stream.c str.c log.c plist.c \ zclient.c sockopt.c smux.c md5.c if_rmap.c keychain.c privs.c \ @@ -27,6 +27,3 @@ pkginclude_HEADERS = \ EXTRA_DIST = regex.c regex-gnu.h -version.c: Makefile - echo '' >version.c - echo 'const char *host_name = "$(host_alias)";' >>version.c |