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