gstreamer/tests/old/examples/thread/Makefile
Erik Walthinsen 0b650eb737 Updated makefiles for examples
Original commit message from CVS:
Updated makefiles for examples
2001-01-01 00:34:13 +00:00

9 lines
168 B
Makefile

CC = libtool gcc
thread: thread.c
$(CC) -Wall -I../../ ../../gst/libgst.la `gnome-config --cflags --libs gnomeui` thread.c -o thread
clean:
rm -f *.o thread