diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-19 18:08:24 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:34 +0100 |
commit | 60819197441e191c662f93da2691c4cb1a13385e (patch) | |
tree | 3d84fb571a43ad4ed71351ef502edf32c399a14a /cli | |
parent | d22def9309d4051ebd82b76f6704f65ad39d98b5 (diff) |
libmm-common: make it installable
We'll install libmm-common and its headers, which will be used by libmm-glib
and the ModemManager daemon.
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Makefile.am b/cli/Makefile.am index cd7b7901..bc187245 100644 --- a/cli/Makefile.am +++ b/cli/Makefile.am @@ -20,4 +20,5 @@ mmcli_SOURCES = \ mmcli_LDADD = \ $(MMCLI_LIBS) \ + $(top_builddir)/libmm-common/libmm-common.la \ $(top_builddir)/libmm-glib/libmm-glib.la |