marvinkreis / rofi-file-browser-extended

Use rofi to quickly open files
MIT License
240 stars 15 forks source link

Update Makefile.am #5

Closed jpwgarrison closed 6 years ago

jpwgarrison commented 6 years ago

Remove test for nolibtool, because libtool.

marvinkreis commented 6 years ago

I get the following error with your version, as libnkutils isn't included anymore:

make  all-am
make[1]: Entering directory '/tmp/rpl/rofi-file_browser-extended'
  CC       src/file_browser_la-filebrowser.lo
src/filebrowser.c:59:10: fatal error: 'nkutils-xdg-theme.h' file not found
#include <nkutils-xdg-theme.h>
         ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[1]: *** [Makefile:702: src/file_browser_la-filebrowser.lo] Error 1
make[1]: Leaving directory '/tmp/rpl/rofi-file_browser-extended'
make: *** [Makefile:556: all] Error 2

Could you try using this Makefile (https://gist.github.com/marvinkreis/d24bfa12647caa1a0f64f266a116815f) and tell me if it works for you?

jpwgarrison commented 6 years ago

That works, and looks better. Thanks!