diff options
author | Pete Batard <pbatard@gmail.com> | 2010-03-06 00:37:21 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-03-06 00:37:21 +0000 |
commit | 858b13ab77b65c8bce26c8fb4804767507b394fa (patch) | |
tree | 3e4ee509ad06ffb12c10db331db9e0ec1e2ce06d /libusb/Makefile.am | |
parent | 4ef54da3181b2d934ab4ed1bd69b8124050e5e78 (diff) | |
download | libusb-858b13ab77b65c8bce26c8fb4804767507b394fa.tar.gz |
moved libusb-1.0.rc to libusb/ (where the .def is located)
Diffstat (limited to 'libusb/Makefile.am')
-rw-r--r-- | libusb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/Makefile.am b/libusb/Makefile.am index 6152daa..48b28fb 100644 --- a/libusb/Makefile.am +++ b/libusb/Makefile.am @@ -8,7 +8,7 @@ endif LINUX_USBFS_SRC = $(THREADS_SRC) os/poll_posix.h os/linux_usbfs.h os/linux_usbfs.c DARWIN_USB_SRC = $(THREADS_SRC) os/poll_posix.h os/darwin_usb.h os/darwin_usb.c -WINDOWS_USB_SRC = $(THREADS_SRC) os/poll_windows.h os/poll_windows.c os/windows_usb.h os/windows_usb.c ../msvc/libusb-1.0.rc +WINDOWS_USB_SRC = $(THREADS_SRC) os/poll_windows.h os/poll_windows.c os/windows_usb.h os/windows_usb.c libusb-1.0.rc EXTRA_DIST = $(LINUX_USBFS_SRC) $(DARWIN_USB_SRC) $(WINDOWS_USB_SRC) |