Dear,
I write a new backend,I success add it to sane-backends-1.0.18,But now
I want to add this backend to sane-backends-1.0.22.
Could you tell me which change should I do.and How to change the
Makefile.in and Makefile.am,Thanks.
Best Regards
I'll also add you should be sure and look at doc/backend-writing.txt
for tips on what to add to Makefile.am.
If there is info that would have helped you further, patches to that
file would be ideal to submit for the next developers benefit. For
example, the tip about only needing to sending patch
You must add the backend name to configure.in, and various backend
file names in several places in backend/Makefile.am. Look for an
existing backend name to see all the places. Do the same for your
manpages and description files in doc/. Then run automake (rebuilds
all the Makefile.in files) and th