components/openusb/patches/Makefile.in.patch
changeset 377 5df42c8502d2
child 7440 41dd20eda9f0
equal deleted inserted replaced
376:dbac94285f1e 377:5df42c8502d2
       
     1 --- libopenusb-1.0.1/src/Makefile.in	Thu Feb 21 17:54:43 2008
       
     2 +++ Makefile.in	Thu Feb 21 17:59:12 2008
       
     3 @@ -374,6 +374,9 @@
       
     4  	  else :; fi; \
       
     5  	done
       
     6  
       
     7 +install-sunos-backend: $(usblib_LTLIBRARIES)
       
     8 +	$(CC) $(CFLAGS) -shared -Wl,-h -Wl,sunos.so -o .libs/sunos.so  .libs/sunos_la-sunos.o  -R$(libdir) -L.libs $(sunos_la_LIBADD)
       
     9 +
       
    10  uninstall-usblibLTLIBRARIES:
       
    11  	@$(NORMAL_UNINSTALL)
       
    12  	@list='$(usblib_LTLIBRARIES)'; for p in $$list; do \