From 4aa6f3b182be64847e170715ccbb5097c16e7037 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 23 Feb 2006 17:47:51 +0000 Subject: Fix source file order to make it build again --- hcid/Makefile.am | 4 ++-- 1 file 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@ \ -- cgit