diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-05-11 13:19:50 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-03 16:08:52 +0200 |
commit | 15a8cd9566590c04e83b1f61094b3f46032b296a (patch) | |
tree | 38e1462f2087c8dfa15054489d9108e15cbf434d /Makefile.am | |
parent | 48a984f0a856984d20e968b9796dcd5a5bbea10e (diff) |
utils: new `qmi-network' script which helps starting/stopping the network
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 2bbf885..0155e9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . build-aux src cli +SUBDIRS = . build-aux src cli utils ACLOCAL_AMFLAGS = -I m4 |