blob: f2460dcb4cf2b5863c5def7dfa981df04b20ed0f [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001AUTOMAKE_OPTIONS = foreign subdir-objects
2bin_PROGRAMS = sensorhal_test
3AM_CFLAGS = -P
4sensorhal_test_SOURCES = main.c \
5 module_sensor_helper.c \
6 log.c
7
8sensorhal_test_LDADD = -lpthread -ldl -lm -ludev
9#AM_LDCLAGS = -lpthread -ldl -lm -lgpshal -llibadr