#!/bin/bash
gcc -fPIC `gtk-config --cflags` `imlib-config --cflags-gdk` -c gkx86info.c
gcc -Wall -W -g -O2 -o MHz.o -c MHz.c
gcc -shared -Wall -o gkx86info.so MHz.o  gkx86info.o
#cp x86info-gkrellm-plugin.so ~/.gkrellm/plugins
