projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added headers and such to Makefile.am for dist
[platform/upstream/gstreamer.git]
/
examples
/
queue3
/
Makefile
1
CC = libtool gcc
2
3
queue3: queue3.c
4
$(CC) -Wall -I../../ ../../gst/libgst.la `gnome-config --cflags --libs gnomeui` queue3.c -o queue3
5
6
clean:
7
rm -f *.o queue3
8
9