diff options
author | Bastien Nocera <hadess@hadess.net> | 2008-10-07 15:16:32 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2008-10-07 15:16:32 +0000 |
commit | 49b1ed6f4d19140577f24aed96220204e15bdf44 (patch) | |
tree | 2ba49a716b16fefff62a8b144947e76f2690ddf3 /lib | |
parent | f03b5d61b18964a6a8335cd2b4f0fc1ea93b67f2 (diff) | |
download | totem-49b1ed6f4d19140577f24aed96220204e15bdf44.tar.gz |
Big patch from Christian Persch <chpe@gnome.org> to remove the libgnome
2008-10-07 Bastien Nocera <hadess@hadess.net>
* bindings/python/Makefile.am:
* browser-plugin/Makefile.am:
* configure.in:
* lib/Makefile.am:
* src/Makefile.am:
* src/backend/Makefile.am:
* src/plugins/Makefile.am:
* src/plugins/bemused/Makefile.am:
* src/plugins/galago/Makefile.am:
* src/plugins/gromit/Makefile.am:
* src/plugins/lirc/Makefile.am:
* src/plugins/media-player-keys/Makefile.am:
* src/plugins/mythtv/Makefile.am:
* src/plugins/ontop/Makefile.am:
* src/plugins/properties/Makefile.am:
* src/plugins/publish/Makefile.am:
* src/plugins/sample-vala/Makefile.am:
* src/plugins/screensaver/Makefile.am:
* src/plugins/sidebar-test/Makefile.am:
* src/plugins/skipto/Makefile.am:
* src/plugins/skipto/totem-skipto.c:
* src/plugins/thumbnail/Makefile.am:
* src/plugins/tracker/Makefile.am:
* src/totem-interface.c (totem_interface_error),
(totem_interface_error_with_link):
* src/totem-options.c (option_version_cb):
* src/totem-session.c (totem_save_state_cb), (totem_quit_cb),
(totem_session_setup), (totem_session_restore):
* src/totem.c (about_url_hook), (about_email_hook), (main):
* src/update-from-egg.sh: Big patch from Christian Persch
<chpe@gnome.org> to remove the libgnome dependencies
(Closes: #554226)
svn path=/trunk/; revision=5753
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 617f6300e..f0daa7b13 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -18,7 +18,7 @@ libtotemscrsaver_la_SOURCES = \ libtotemscrsaver_la_CFLAGS = \ $(common_defines) \ - $(EXTRA_GNOME_CFLAGS) \ + $(DEPENDENCY_CFLAGS) \ $(WARN_CFLAGS) \ $(DBUS_CFLAGS) \ $(AM_CFLAGS) |