diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2011-10-18 10:57:06 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2011-10-18 10:57:06 +0300 |
commit | 9b98a6c7646bc0404c602ca0b5383aec4b996455 (patch) | |
tree | 8a7350e000d43bf719088fc6d15de90554725ed0 /Makefile.am | |
parent | b3ba324261e710763e823a99cad09034bb3b5dcd (diff) |
Add glib-compat.h to deal with issues in old GLib versions
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 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 \ |