diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-19 00:58:30 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:53 +0100 |
commit | 332d1a089113ddf89ec3a0fbb556d54ac23cd7c8 (patch) | |
tree | 635d80104aa1f37e67f1dd9659981c91381c22f6 | |
parent | 8d25f46292c5155f498feff7ee78ccbec0d6ec9f (diff) |
build: add missing build dependency in libmm-common
Spotted by Nathan Williams.
-rw-r--r-- | libmm-common/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmm-common/Makefile.am b/libmm-common/Makefile.am index 8479aaee..b14f73b2 100644 --- a/libmm-common/Makefile.am +++ b/libmm-common/Makefile.am @@ -151,6 +151,7 @@ mm-common-helpers.c: mm-errors-types.h mm-enums-types.h mm-common-simple-properties.c: mm-errors-types.h mm-enums-types.h mm-common-connect-properties.c: mm-errors-types.h mm-common-bearer-properties.c: mm-errors-types.h +mm-common-location-3gpp.c: mm-errors-types.h mm-errors-quarks.c: mm-errors-types.h includedir = @includedir@/libmm-common |