projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8926b86
)
another fix
author
Thomas Vander Stichele
<thomas@apestaart.org>
Sat, 2 Feb 2002 14:30:39 +0000
(14:30 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Sat, 2 Feb 2002 14:30:39 +0000
(14:30 +0000)
Original commit message from CVS:
another fix
gst/sine/Makefile.am
patch
|
blob
|
history
diff --git
a/gst/sine/Makefile.am
b/gst/sine/Makefile.am
index
a89a169
..
8f4b74a
100644
(file)
--- a/
gst/sine/Makefile.am
+++ b/
gst/sine/Makefile.am
@@
-14,5
+14,6
@@
noinst_PROGRAMS = demo-dparams
endif
demo_dparams_SOURCES = demo-dparams.c
-demo_dparams_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
+## putting GTK in front solves a bad compilation problem
+demo_dparams_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS)
demo_dparams_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol