Skip to content

Commit

Permalink
autotools: Add mac_support.h to Makefile.am
Browse files Browse the repository at this point in the history
Not sure how this got missed.
  • Loading branch information
signal11 committed Oct 6, 2013
1 parent 837ba31 commit 4ecb5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testgui/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ecb5a6

Please sign in to comment.