Ticket #9: 800_include-build.patch
| File 800_include-build.patch, 0.6 KB (added by hsattler, 18 months ago) |
|---|
-
include/Makefile.am
old new 5 5 6 6 MAINTAINERCLEANFILES = Makefile.in 7 7 8 all-local: 9 @if [ ! -e openobex ] ; then $(LN_S) $(top_srcdir)/include openobex ; fi 8 openobex: 9 @mkdir $@ 10 11 openobex/%: openobex % 12 @cp $* $@ 13 14 all-local: $(patsubst %, openobex/%, $(include_HEADERS)) 10 15 11 16 clean-local: 12 @rm -f openobex 17 @rm -f $(patsubst %, openobex/%, $(include_HEADERS)) 18 @-rmdir openobex
