diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-02-23 17:47:51 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-02-23 17:47:51 +0000 |
commit | 4aa6f3b182be64847e170715ccbb5097c16e7037 (patch) | |
tree | cdcb123b6320a932263ed8b618c193f62188e456 /hcid/Makefile.am | |
parent | 82910fb546cb26314aece2b0e3628212af68a319 (diff) |
Fix source file order to make it build again
Diffstat (limited to 'hcid/Makefile.am')
-rw-r--r-- | hcid/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am index d92e8ab9..0f9b81df 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -28,8 +28,8 @@ dbus_hcid_cflags = endif hcid_SOURCES = main.c security.c device.c storage.c hcid.h \ - sdp.c sdp.h lib.c lib.h kword.c kword.h \ - parser.h parser.y lexer.l $(dbus_hcid_sources) \ + sdp.c sdp.h lib.c lib.h parser.h parser.y \ + lexer.l kword.c kword.h $(dbus_hcid_sources) \ $(top_builddir)/tools/oui.h $(top_builddir)/tools/oui.c hcid_LDADD = $(dbus_hcid_libs) @BLUEZ_LIBS@ \ |