EionRobb / pidgin-pushbullet

A Pushbullet plugin for Pidgin
GNU General Public License v3.0
42 stars 12 forks source link

Makefile fix #2

Closed fognl closed 7 years ago

fognl commented 8 years ago

This is either a Makefile fix, or a directory structure change. Makefile expects icons to be in ./icons and not in top directory, which causes a make install fail. Easy fix.

And for anyone else wondering, on Ubuntu 15.04, compiling this required pidgin-dev and libjson-glib-dev .

Thanks!

apippin commented 7 years ago

Commit 709ee8f29f9ffc3713e45dfb0cdc83ac31cc3e54 addressed/fixed this issue.