summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-10-18 10:57:06 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2011-10-18 10:57:06 +0300
commit9b98a6c7646bc0404c602ca0b5383aec4b996455 (patch)
tree8a7350e000d43bf719088fc6d15de90554725ed0 /Makefile.am
parentb3ba324261e710763e823a99cad09034bb3b5dcd (diff)
Add glib-compat.h to deal with issues in old GLib versions
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a63c469c..eec458e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -301,7 +301,7 @@ src_bluetoothd_SOURCES = $(gdbus_sources) $(builtin_sources) \
src/sdpd-service.c src/sdpd-database.c \
src/attrib-server.h src/attrib-server.c \
src/sdp-xml.h src/sdp-xml.c \
- src/textfile.h src/textfile.c \
+ src/textfile.h src/textfile.c src/glib-compat.h \
src/glib-helper.h src/glib-helper.c \
src/oui.h src/oui.c src/uinput.h src/ppoll.h \
src/plugin.h src/plugin.c \