diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 20:05:47 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 20:05:47 -0500 |
commit | cdd0832671d59b90e4a6947c43096057c0be1d53 (patch) | |
tree | d43f49581aac981a7f32d0ea3050dddb771f6c11 /Makefile.in | |
parent | 42f22b3aa32461423413aaee8335d420cdd484dd (diff) | |
download | NetNuke2-cdd0832671d59b90e4a6947c43096057c0be1d53.tar.gz |
- Alter CFLAGS to produce a more sane binary with less problems
- Fix libtool and linker LDFLAGS to ensure a static build
- Add missing README required by GPL for libsysfs
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d2381b2..e5b0617 100644 --- a/Makefile.in +++ b/Makefile.in @@ -39,7 +39,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(top_srcdir)/configure config.guess config.sub depcomp \ install-sh ltmain.sh missing 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) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |