mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 08:44:38 +08:00
Add subdirectory print
This commit is contained in:
parent
93c24ae06c
commit
7a0e09996a
@ -1,6 +1,6 @@
|
||||
|
||||
SUBDIRS = eglib common sdpd hcid daemon \
|
||||
transfer network serial input audio sync \
|
||||
transfer network serial input audio print sync \
|
||||
tools rfcomm dund pand hidd \
|
||||
cups test scripts
|
||||
|
||||
|
24
configure.in
24
configure.in
@ -35,4 +35,26 @@ AC_PATH_INOTIFY
|
||||
|
||||
AC_ARG_BLUEZ
|
||||
|
||||
AC_OUTPUT(Makefile eglib/Makefile common/Makefile daemon/Makefile transfer/Makefile network/Makefile serial/Makefile input/Makefile audio/Makefile sync/Makefile tools/Makefile rfcomm/Makefile hcid/Makefile sdpd/Makefile dund/Makefile pand/Makefile hidd/Makefile cups/Makefile test/Makefile scripts/Makefile)
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
eglib/Makefile
|
||||
common/Makefile
|
||||
daemon/Makefile
|
||||
transfer/Makefile
|
||||
network/Makefile
|
||||
serial/Makefile
|
||||
input/Makefile
|
||||
audio/Makefile
|
||||
print/Makefile
|
||||
sync/Makefile
|
||||
tools/Makefile
|
||||
rfcomm/Makefile
|
||||
hcid/Makefile
|
||||
sdpd/Makefile
|
||||
dund/Makefile
|
||||
pand/Makefile
|
||||
hidd/Makefile
|
||||
cups/Makefile
|
||||
test/Makefile
|
||||
scripts/Makefile
|
||||
])
|
||||
|
2
print/Makefile.am
Normal file
2
print/Makefile.am
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
Loading…
Reference in New Issue
Block a user