diff options
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | serial/Makefile.am | 2 | 
3 files changed, 4 insertions, 2 deletions
| diff --git a/Makefile.am b/Makefile.am index d2601267..c30d3596 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@  SUBDIRS = common sdpd hcid daemon \ -		transfer network input audio sync \ +		transfer network serial input audio sync \  		tools rfcomm dund pand hidd \  		cups alsa test scripts diff --git a/configure.in b/configure.in index f12428d7..d85682c1 100644 --- a/configure.in +++ b/configure.in @@ -36,4 +36,4 @@ AC_PATH_INOTIFY  AC_ARG_BLUEZ -AC_OUTPUT(Makefile common/Makefile daemon/Makefile transfer/Makefile network/Makefile input/Makefile audio/Makefile sync/Makefile tools/Makefile rfcomm/Makefile hcid/Makefile sdpd/Makefile dund/Makefile pand/Makefile hidd/Makefile cups/Makefile alsa/Makefile test/Makefile scripts/Makefile) +AC_OUTPUT(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 alsa/Makefile test/Makefile scripts/Makefile) diff --git a/serial/Makefile.am b/serial/Makefile.am new file mode 100644 index 00000000..02742923 --- /dev/null +++ b/serial/Makefile.am @@ -0,0 +1,2 @@ + +MAINTAINERCLEANFILES = Makefile.in | 
