mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
attrib: Fix "make distcheck" build
Any new header files (att-database.h in this case) need to be added to Makefile.am. Fixes this "make distcheck" error: CC attrib/bluetoothd-gatt-service.o ../attrib/gatt-service.c:35:26: fatal error: att-database.h: No such file or directory compilation terminated. make[2]: *** [attrib/bluetoothd-gatt-service.o] Error 1 make[1]: *** [all] Error 2 make: *** [distcheck] Error 1
This commit is contained in:
parent
d0179f0d6b
commit
0779dd9b3b
@ -106,7 +106,8 @@ sbc_sbctest_CFLAGS = $(AM_CFLAGS) @SNDFILE_CFLAGS@
|
||||
endif
|
||||
endif
|
||||
|
||||
attrib_sources = attrib/att.h attrib/att.c attrib/gatt.h attrib/gatt.c \
|
||||
attrib_sources = attrib/att.h attrib/att-database.h attrib/att.c \
|
||||
attrib/gatt.h attrib/gatt.c \
|
||||
attrib/gattrib.h attrib/gattrib.c attrib/client.h \
|
||||
attrib/client.c attrib/gatt-service.h attrib/gatt-service.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user