diff options
author | Bastien Nocera <hadess@hadess.net> | 2012-07-05 14:39:56 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2012-07-05 15:26:22 +0100 |
commit | 2c22801ee014d329164c50e42385bdb81f172af8 (patch) | |
tree | 8b87d05e0e66f1a20c0ca617a0078e8abb95e717 /src/gst | |
parent | f6eccbcfbfd32c97368d714cde560f7fdeabac98 (diff) | |
download | totem-2c22801ee014d329164c50e42385bdb81f172af8.tar.gz |
build: Remove unused explicit library linkage
And add gstreamer-audio-0.10 to the list of required libraries.
Diffstat (limited to 'src/gst')
-rw-r--r-- | src/gst/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gst/Makefile.am b/src/gst/Makefile.am index 2e2d2f33a..c7cabfdb4 100644 --- a/src/gst/Makefile.am +++ b/src/gst/Makefile.am @@ -17,8 +17,6 @@ libtotemgsthelpers_la_CFLAGS = \ libtotemgsthelpers_la_LIBADD = \ $(MM_LIBS) \ - $(GST_LIBS) \ - $(EXTRA_BACKEND_LIBS) \ $(X_LIBS) \ $(MISSING_PLUGINS_LIBS) \ -lm |