mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-18 18:44:26 -04:00
autotools: Add mac_support.h to Makefile.am
Not sure how this got missed.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user