diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-27 16:35:42 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:16 +0100 |
commit | c55b5d097e8bfcfbcc956f45ac18e8c795100195 (patch) | |
tree | e12724dadad23f2d5bf4cfe9411480b9dbf4321b /Makefile.am | |
parent | f42eb8684bd1d3d46f93de24c5ac98f18880f7d4 (diff) | |
download | ModemManager-c55b5d097e8bfcfbcc956f45ac18e8c795100195.tar.gz |
marshallers: integrate them into the daemon compilation
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 474b78cf0..7994917a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = . marshallers build-aux data include libmm-common libqcdm libwmc src plugins introspection libmm-glib cli po test docs +SUBDIRS = . build-aux data include libmm-common libqcdm libwmc src plugins introspection libmm-glib cli po test docs DISTCHECK_CONFIGURE_FLAGS = \ --with-udev-base-dir="$$dc_install_base" \ |