diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-02 15:08:46 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-04 10:17:05 +0200 |
commit | b6d628b3a10bf183b918c7afe89a5b260eb87760 (patch) | |
tree | 8d87e92f2d8b7da99e6a0e41e49a6aa0ebbf55bd /docs/reference/libmm-glib/Makefile.am | |
parent | 624fdb6ab4544a82774e9805332cc242c1068b0f (diff) |
build: merge libmm-common into libmm-glib
It's pointless to have libmm-common around, just merge it into libmm-glib and
make ModemManager depend on libmm-glib directly. At the end, the non-common
stuff in libmm-glib is really minimal.
Diffstat (limited to 'docs/reference/libmm-glib/Makefile.am')
-rw-r--r-- | docs/reference/libmm-glib/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/reference/libmm-glib/Makefile.am b/docs/reference/libmm-glib/Makefile.am index f1ecbb26..be259b46 100644 --- a/docs/reference/libmm-glib/Makefile.am +++ b/docs/reference/libmm-glib/Makefile.am @@ -9,7 +9,11 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml SCAN_OPTIONS = # The directory containing the source code. -DOC_SOURCE_DIR = $(top_srcdir)/libmm-glib +DOC_SOURCE_DIR = \ + $(top_srcdir)/libmm-glib \ + $(top_srcdir)/libmm-glib/generated \ + $(top_builddir)/libmm-glib/generated \ + $(NULL) HFILE_GLOB = CFILE_GLOB = |