summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: ad9325d70b429add3af105419328de207c8d6b3a (plain)
1
2
3
4
5
6
7
8
9
10
bin_PROGRAMS = dlist_test get_dev_bus get_dev_class get_device get_driver \
		get_bus_devices_list
dlist_test_SOURCES = dlist_test.c
get_dev_bus_SOURCES = get_dev_bus.c
get_dev_class_SOURCES = get_dev_class.c
get_device_SOURCES = get_device.c
get_driver_SOURCES = get_driver.c
get_bus_devices_list_SOURCES = get_bus_devices_list.c
INCLUDES = -I../include
LDADD = ../lib/libsysfs.la