#!/bin/sh gcc -o sync-test sync-test.c `pkg-config --cflags --libs gtk+-2.0 libsync` -Wall -g