diff options
author | stekloff <stekloff> | 2005-05-03 22:26:35 +0000 |
---|---|---|
committer | stekloff <stekloff> | 2005-05-03 22:26:35 +0000 |
commit | 6aa13c4713948eb3b430f2bba7c16e5755a89407 (patch) | |
tree | f9ba5813e23f072eb94c573eafdabe0ae2b1cdd8 /lib/Makefile.am | |
parent | 0b0141f651e36a5568b2e59265bef6e7e4ee838c (diff) | |
download | sysfsutils-6aa13c4713948eb3b430f2bba7c16e5755a89407.tar.gz |
lib/ changes for adding module support
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 1c58f1e..827b016 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,8 +1,6 @@ lib_LTLIBRARIES = libsysfs.la -#libsysfs_la_SOURCES = sysfs_utils.c sysfs_dir.c sysfs_bus.c sysfs_class.c \ -# sysfs_device.c sysfs_driver.c sysfs.h dlist.c libsysfs_la_SOURCES = sysfs_utils.c sysfs_dir.c sysfs_class.c dlist.c \ - sysfs_device.c sysfs_driver.c sysfs_bus.c sysfs.h + sysfs_device.c sysfs_driver.c sysfs_bus.c sysfs_module.c sysfs.h INCLUDES = -I../include libsysfs_la_LDFLAGS = -version-info 2:0:0 libsysfs_la_CFLAGS = -Wall -W -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls |