gstreamer/tests/old/examples/helloworld/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

10 lines
188 B
Makefile

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