diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-11-22 10:49:03 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:18 +0100 |
commit | ade484826ccd5c93937d18563b478b75641c4ee7 (patch) | |
tree | 278d02b1fdd45c2b3a8d60b5cde2352a0823ae0d /Makefile.am | |
parent | da99e8ddadecf0f5c8204b578a2dd9162a1ceee2 (diff) | |
download | ModemManager-ade484826ccd5c93937d18563b478b75641c4ee7.tar.gz |
libmm-common: setup new library, with the gdbus-codegen generated code
This library will not (probably) be installable, but will share the GDBus
and new Enum/Flag/Error type support between the core daemon and the new
libmm-glib library.
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 095bd1628..06effa542 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ all: $(GENERATED_FILES) CLEANFILES = $(GENERATED_FILES) endif -SUBDIRS = . marshallers build-aux include libqcdm libwmc src plugins introspection po test +SUBDIRS = . marshallers build-aux include libmm-common libqcdm libwmc src plugins introspection po test if WITH_POLKIT SUBDIRS += policy |