SambaSentinel requirements
--------------------------

	gtk+ >= 1.2
	gtk+-devel >= 1.2
	smbstatus (and permission to run it)
	root priviliges to kill samba-processes

Install instructions
--------------------

1) to compile the program, type:

	make

2) if you have root priviliges and want to install 
   the binary in /usr/local/bin, type:
	
	make install

3) to run the program, type:

	SambaSentinel &


If you later on want to uninstall SambaSentinel,
change to this directory and type:

	make clean
