aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2010-12-07 20:12:02 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2010-12-07 20:12:02 -0500
commit48f13b277f9afb261d72502a9449cf2a404ead6d (patch)
tree19f36a0e31653d03c02f5ea9aa6eda14729f045b /src/Makefile.in
parent166c3ac6d690ad95733c1c12032df15fc58015f7 (diff)
parentcdd0832671d59b90e4a6947c43096057c0be1d53 (diff)
downloadNetNuke2-48f13b277f9afb261d72502a9449cf2a404ead6d.tar.gz
Merge branch 'extrarius-master'
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index b428323..124f871 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -38,7 +38,7 @@ sbin_PROGRAMS = netnuke$(EXEEXT)
subdir = src
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
@@ -181,8 +181,8 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign
-AM_CFLAGS = -Wall -O2 -I../include -static
-AM_LDFLAGS = -lpthread -lrt -lsysfs
+AM_CFLAGS = -Wall -W -Wstrict-prototypes -I../include -static
+AM_LDFLAGS = -L../libsysfs -lpthread -lsysfs -version-info 2:0:2 -all-static
netnuke_SOURCES = bus.c \
misc.c \
netnuke.c \