summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: 2a11ba96c56b4693906e3a4417bd6173eb597919 (plain)
1
2
3
4
5
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
INCLUDES = -I../include
libsysfs_la_LDFLAGS = -version-info 1:2:0
libsysfs_la_CFLAGS = -Wall -W -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls