mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
Prepare for better subdirectory automake support
This commit is contained in:
parent
054be75df7
commit
d1003b737c
@ -3,6 +3,8 @@ SUBDIRS = include lib sbc gdbus common \
|
||||
plugins network serial input audio src \
|
||||
client tools rfcomm compat cups test scripts doc
|
||||
|
||||
AM_MAKEFLAGS = --no-print-directory
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
||||
pkgconfig_DATA = bluez.pc
|
||||
|
@ -1,7 +1,7 @@
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT()
|
||||
AC_INIT(bluez, 4.47)
|
||||
|
||||
AM_INIT_AUTOMAKE(bluez, 4.47)
|
||||
AM_INIT_AUTOMAKE()
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
Loading…
Reference in New Issue
Block a user