blob: f5896d6fc2400b037cadc11d403539ab50f0cef6 [file] [log] [blame]
Dongjin Kimf316f522022-01-18 10:10:24 +00001ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
2
3pkgconfigdir = @pkgconfigdir@
4pkgconfig_DATA = libwiringpi2.pc
5
6SUBDIRS = wiringPi wiringPiD devLib gpio
7
8wiringpi_includedir = ${includedir}/wiringpi2
9wiringpi_include_HEADERS = \
10 devLib/ds1302.h \
11 devLib/font.h \
12 devLib/gertboard.h \
13 devLib/lcd.h \
14 devLib/lcd128x64.h \
15 devLib/maxdetect.h \
16 devLib/piFace.h \
17 devLib/piGlow.h \
18 devLib/piNes.h \
19 devLib/scrollPhat.h \
20 devLib/scrollPhatFont.h \
21 wiringPi/drcSerial.h \
22 wiringPi/max31855.h \
23 wiringPi/mcp23017.h \
24 wiringPi/pcf8591.h \
25 wiringPi/sn3218.h \
26 wiringPi/softPwm.h \
27 wiringPi/softTone.h \
28 wiringPi/wiringPi.h \
29 wiringPi/wiringSerial.h