diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-07 20:12:02 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-07 20:12:02 -0500 |
commit | 48f13b277f9afb261d72502a9449cf2a404ead6d (patch) | |
tree | 19f36a0e31653d03c02f5ea9aa6eda14729f045b /libsysfs/Makefile.in | |
parent | 166c3ac6d690ad95733c1c12032df15fc58015f7 (diff) | |
parent | cdd0832671d59b90e4a6947c43096057c0be1d53 (diff) | |
download | NetNuke2-48f13b277f9afb261d72502a9449cf2a404ead6d.tar.gz |
Merge branch 'extrarius-master'
Diffstat (limited to 'libsysfs/Makefile.in')
-rw-r--r-- | libsysfs/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libsysfs/Makefile.in b/libsysfs/Makefile.in index 840aeea..19590e1 100644 --- a/libsysfs/Makefile.in +++ b/libsysfs/Makefile.in @@ -37,7 +37,7 @@ host_triplet = @host@ subdir = libsysfs 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 @@ -211,9 +211,8 @@ libsysfs_la_SOURCES = sysfs_utils.c sysfs_attr.c sysfs_class.c dlist.c \ sysfs_device.c sysfs_driver.c sysfs_bus.c sysfs_module.c sysfs.h INCLUDES = -I../include -libsysfs_la_LDFLAGS = -version-info 2:1:0 -EXTRA_CFLAGS = @EXTRA_CLFAGS@ -libsysfs_la_CFLAGS = -Wall -W -Wstrict-prototypes $(EXTRA_CLFAGS) +libsysfs_la_LDFLAGS = -version-info 2:1:0 -all-static +libsysfs_la_CFLAGS = -Wall -W -Wstrict-prototypes -static all: all-am .SUFFIXES: |