mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 23:42:28 +00:00
9 lines
168 B
Makefile
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
|
|
|
|
|