all:
	g++ -o dManager dManager.cpp window_tree_node.cpp window_frame.cpp window_identifier_info.cpp close_actuator.cpp launch_actuator.cpp mozilla_actuator.cpp undo_stack.cpp dumpad_actuator.cpp PKClient.cpp -Wall -lgdk-x11-2.0

