Prepare for better subdirectory automake support

This commit is contained in:
Marcel Holtmann 2009-08-16 14:52:28 -07:00
parent 054be75df7
commit d1003b737c
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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])])