diff options
| author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-05 17:49:46 -0500 |
|---|---|---|
| committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-05 17:49:46 -0500 |
| commit | 9b5516fc075ad6a19b63646268d88098afe0963c (patch) | |
| tree | b510978c588a2c8c88c8f6a8551e2f5fec910798 | |
| parent | 4c6e69b79adf69d6dc0322b68dd6c3e471ff8c89 (diff) | |
| download | NetNuke2-9b5516fc075ad6a19b63646268d88098afe0963c.tar.gz | |
Remove errenous -static from src/Makefile.am
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e06e09b..3501554 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign -AM_CFLAGS= -Wall -O2 -I$(top_srcdir)/include -static +AM_CFLAGS= -Wall -O2 -I$(top_srcdir)/include netnuke_LDFLAGS= -lpthread bin_PROGRAMS = netnuke |
