From 4ecb5a6903b77d16f63cceb4fc4741b7c58c3868 Mon Sep 17 00:00:00 2001 From: Alan Ott Date: Sun, 6 Oct 2013 18:43:03 -0400 Subject: [PATCH] autotools: Add mac_support.h to Makefile.am Not sure how this got missed. --- testgui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testgui/Makefile.am b/testgui/Makefile.am index efe826b..1c02f3f 100644 --- a/testgui/Makefile.am +++ b/testgui/Makefile.am @@ -19,7 +19,7 @@ hidapi_testgui_LDADD = $(top_builddir)/$(backend)/libhidapi.la $(LIBS_TESTGUI) endif if OS_DARWIN -hidapi_testgui_SOURCES = test.cpp mac_support_cocoa.m +hidapi_testgui_SOURCES = test.cpp mac_support_cocoa.m mac_support.h # Rules for copying the binary and its dependencies into the app bundle. TestGUI.app/Contents/MacOS/hidapi-testgui$(EXEEXT): hidapi-testgui$(EXEEXT) $(srcdir)/copy_to_bundle.sh