aboutsummaryrefslogtreecommitdiff
path: root/libmm-common/mm-common-simple-properties.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-30 19:16:04 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:41 +0100
commitb18a801df3b0467f0c3c02eb055a7e19f8a879d5 (patch)
tree82b49f94d2c3bad9a9acb2529e2a9ded6ab23407 /libmm-common/mm-common-simple-properties.c
parent5c1d18d15675d43d9b3bb42adf6911e03823ad88 (diff)
libmm-common: fix build dependencies
Added proper rules in the Makefile so that those files which need the glib-mkenums generated files are built always once the prerequisites are all ready. Also, avoid including libmm-common.h from within source files of the library.
Diffstat (limited to 'libmm-common/mm-common-simple-properties.c')
-rw-r--r--libmm-common/mm-common-simple-properties.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libmm-common/mm-common-simple-properties.c b/libmm-common/mm-common-simple-properties.c
index 64150b42..61bfa649 100644
--- a/libmm-common/mm-common-simple-properties.c
+++ b/libmm-common/mm-common-simple-properties.c
@@ -15,8 +15,9 @@
#include <string.h>
-#include <libmm-common.h>
-
+#include "mm-enums-types.h"
+#include "mm-errors-types.h"
+#include "mm-common-helpers.h"
#include "mm-common-simple-properties.h"
G_DEFINE_TYPE (MMCommonSimpleProperties, mm_common_simple_properties, G_TYPE_OBJECT);