libusb/Makefile.am: Add libusb-1.0.rc dependency on version.h
authorPeter Stuge <peter@stuge.se>
Thu, 22 Sep 2011 19:42:35 +0000 (21:42 +0200)
committerPeter Stuge <peter@stuge.se>
Mon, 17 Oct 2011 14:25:51 +0000 (16:25 +0200)
libusb/Makefile.am

index d39910b..5152c38 100644 (file)
@@ -25,6 +25,8 @@ pkg_v_rc_0 = @echo "  RC     $@";
 
 .rc.lo:
        $(pkg_v_rc)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile $(RC) $(RCFLAGS) -i $< -o $@
+
+libusb-1.0.rc: version.h
 endif
 
 if THREADS_POSIX