mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
0b650eb737
Original commit message from CVS: Updated makefiles for examples
9 lines
193 B
Makefile
9 lines
193 B
Makefile
CC = libtool gcc
|
|
|
|
helloworld2: helloworld2.c
|
|
$(CC) -Wall -I../../ ../../gst/libgst.la `gnome-config --cflags --libs gnomeui` helloworld2.c -o helloworld2
|
|
|
|
clean:
|
|
rm -f *.o helloworld2
|
|
|
|
|