Skip to content

Commit 4ecb5a6

Browse files
committed
autotools: Add mac_support.h to Makefile.am
Not sure how this got missed.
1 parent 837ba31 commit 4ecb5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgui/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ hidapi_testgui_LDADD = $(top_builddir)/$(backend)/libhidapi.la $(LIBS_TESTGUI)
1919
endif
2020

2121
if OS_DARWIN
22-
hidapi_testgui_SOURCES = test.cpp mac_support_cocoa.m
22+
hidapi_testgui_SOURCES = test.cpp mac_support_cocoa.m mac_support.h
2323
# Rules for copying the binary and its dependencies into the app bundle.
2424
TestGUI.app/Contents/MacOS/hidapi-testgui$(EXEEXT): hidapi-testgui$(EXEEXT)
2525
$(srcdir)/copy_to_bundle.sh

0 commit comments

Comments
 (0)