diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2010-02-25 14:50:47 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2010-02-25 14:50:47 -0500 |
commit | 86610ce48b8adb62ae0d60b5ecc787b5bb29e952 (patch) | |
tree | 3468d2db20ce2184ae36bbcd2549eb9841e71d07 /Makefile.linux | |
parent | 14cd7204903b32ff0eabdee687a39844e7276a0e (diff) | |
download | NetNuke-86610ce48b8adb62ae0d60b5ecc787b5bb29e952.tar.gz |
Added missing log.c to Makefile.linux
Diffstat (limited to 'Makefile.linux')
-rw-r--r-- | Makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.linux b/Makefile.linux index 7650dfe..8ba780a 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -4,7 +4,7 @@ LFLAGS=-lutil -ltermcap PACKAGE=netnuke all: - cc -o $(PACKAGE) $(DEFINES) $(CFLAGS) $(LFLAGS) netnuke.c human_readable.c + cc -o $(PACKAGE) $(DEFINES) $(CFLAGS) $(LFLAGS) netnuke.c human_readable.c log.c strip netnuke clean: |