added headers and such to Makefile.am for dist
[platform/upstream/gstreamer.git] / examples / thread / Makefile
1 CC = libtool gcc
2
3 thread: thread.c 
4         $(CC) -Wall -I../../ ../../gst/libgst.la `gnome-config --cflags --libs gnomeui` thread.c -o thread 
5
6 clean: 
7         rm -f *.o thread
8         
9