diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.in | 24 | ||||
-rw-r--r-- | print/Makefile.am | 2 |
3 files changed, 26 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2facac84..78838c5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.in b/configure.in index 62ebe1f9..552eaebe 100644 --- a/configure.in +++ b/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 +]) diff --git a/print/Makefile.am b/print/Makefile.am new file mode 100644 index 00000000..02742923 --- /dev/null +++ b/print/Makefile.am @@ -0,0 +1,2 @@ + +MAINTAINERCLEANFILES = Makefile.in |