I changed the kodakaio backend to use avahi instead of cups for network auto discovery. That meant changing backends/Makefile.am I'm not sure of the normal routine when Makefiles get changed. I did the following:
git pull I edited some files including Makefile.am. autoreconf git add . git commit -m <message> git push Is that correct?
