Ticket #9: 800_include-build.patch

File 800_include-build.patch, 0.6 KB (added by hsattler, 18 months ago)

copy instead of link, not all filesystem support symlinks

  • include/Makefile.am

    old new  
    55 
    66MAINTAINERCLEANFILES = Makefile.in 
    77 
    8 all-local: 
    9         @if [ ! -e openobex ] ; then $(LN_S) $(top_srcdir)/include openobex ; fi 
     8openobex: 
     9        @mkdir $@ 
     10 
     11openobex/%: openobex % 
     12        @cp $* $@ 
     13 
     14all-local: $(patsubst %, openobex/%, $(include_HEADERS)) 
    1015 
    1116clean-local: 
    12         @rm -f openobex 
     17        @rm -f $(patsubst %, openobex/%, $(include_HEADERS)) 
     18        @-rmdir openobex