diff options
Diffstat (limited to 'contrib/SDL-3.2.8/src/hidapi/windows/Makefile.am')
| -rw-r--r-- | contrib/SDL-3.2.8/src/hidapi/windows/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/src/hidapi/windows/Makefile.am b/contrib/SDL-3.2.8/src/hidapi/windows/Makefile.am new file mode 100644 index 0000000..2ea5c0d --- /dev/null +++ b/contrib/SDL-3.2.8/src/hidapi/windows/Makefile.am | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | lib_LTLIBRARIES = libhidapi.la | ||
| 2 | libhidapi_la_SOURCES = hid.c | ||
| 3 | libhidapi_la_LDFLAGS = $(LTLDFLAGS) | ||
| 4 | AM_CPPFLAGS = -I$(top_srcdir)/hidapi/ | ||
| 5 | libhidapi_la_LIBADD = $(LIBS) | ||
| 6 | |||
| 7 | hdrdir = $(includedir)/hidapi | ||
| 8 | hdr_HEADERS = $(top_srcdir)/hidapi/hidapi.h | ||
| 9 | |||
| 10 | EXTRA_DIST = \ | ||
| 11 | hidapi.vcproj \ | ||
| 12 | hidtest.vcproj \ | ||
| 13 | Makefile-manual \ | ||
| 14 | Makefile.mingw \ | ||
| 15 | hidapi.sln | ||
