diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 20ebdd4..f7788aa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign -AM_CFLAGS=-Wall -O2 -I../include -I../sysfsutils/include -static -AM_LDFLAGS=-lpthread -lrt +AM_CFLAGS=-Wall -O2 -I../include -static +AM_LDFLAGS=-lpthread -lrt -lsysfs sbin_PROGRAMS= netnuke |