diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | gdbus/Makefile.am | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 39b42087..47188a86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = doc sbc eglib common sdpd hcid daemon plugins \ +SUBDIRS = doc sbc eglib gdbus common sdpd hcid daemon plugins \ network serial input audio print \ tools rfcomm dund pand hidd \ cups test scripts diff --git a/configure.in b/configure.in index 91a9a9df..824e7a27 100644 --- a/configure.in +++ b/configure.in @@ -40,6 +40,7 @@ AC_OUTPUT([ doc/Makefile sbc/Makefile eglib/Makefile + gdbus/Makefile common/Makefile daemon/Makefile plugins/Makefile diff --git a/gdbus/Makefile.am b/gdbus/Makefile.am new file mode 100644 index 00000000..02742923 --- /dev/null +++ b/gdbus/Makefile.am @@ -0,0 +1,2 @@ + +MAINTAINERCLEANFILES = Makefile.in |