EionRobb / pidgin-ignore-nickchange

Pidgin plugin to ignore "X is now known as Y" messages in chat
GNU General Public License v2.0
11 stars 3 forks source link

Added Makefile. #4

Closed ypid closed 8 years ago

cbredesen commented 8 years ago

Thanks for adding a Makefile! It was unsuccessful for me, however:

$ make
make: *** No rule to make target 'nickchange.so', needed by 'build'.  Stop.

The problem is a missing $ in the build target on line 14. With that chage, it works. Love to see this merged.

ypid commented 8 years ago

Thanks :+1:

cbredesen commented 8 years ago

Thank you!

EionRobb commented 8 years ago

Thanks for the Makefile. I'm sorry I didn't see this PR sooner :(