Skip to content

Instantly share code, notes, and snippets.

@lf94
Created February 17, 2015 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lf94/83a2df6f45611f82f479 to your computer and use it in GitHub Desktop.
Save lf94/83a2df6f45611f82f479 to your computer and use it in GitHub Desktop.
XFCE panel plugin make.sh
#!/bin/sh
main=enceladus # Change this to your plugin's name
gcc -Wall -shared -o lib${main}.so -fPIC ${main}.c `pkg-config --cflags --libs libxfce4panel-1.0` `pkg-config --cflags --libs gtk+-3.0`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment