summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: 267604e5caf1d4c45df47a522833063e8d2b28a1 (plain)
1
2
3
4
5
6
7
8
9
bin_PROGRAMS = dlist_test get_class_dev_attr get_device get_driver get_module
get_class_dev_attr_SOURCES = get_class_dev_attr.c
get_device_SOURCES = get_device.c
get_driver_SOURCES = get_driver.c
get_module_SOURCES = get_module.c
INCLUDES = -I../include
LDADD = ../lib/libsysfs.la
AM_CFLAGS = -Wall -g -Wshadow -W -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls