diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-02-21 11:51:49 +0000 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2009-02-21 11:51:49 +0000 |
commit | 4e4cbea6442023e0a8457a2fa0c59f87a397bf28 (patch) | |
tree | aa925494f3b4c4063665229aa03b3c7e8184cc56 | |
parent | 06c82c51909e46e08525e6cb35364c0b50f08243 (diff) | |
download | nautilus-4e4cbea6442023e0a8457a2fa0c59f87a397bf28.tar.gz |
remove unneeded and obsolete snippets of autofoo.
2009-02-21 Cosimo Cecchi <cosimoc@gnome.org>
* configure.in:
* test/Makefile.am: remove unneeded and obsolete snippets of
autofoo.
svn path=/trunk/; revision=14990
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | cut-n-paste-code/libegg/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.am | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,5 +1,11 @@ 2009-02-21 Cosimo Cecchi <cosimoc@gnome.org> + * configure.in: + * test/Makefile.am: remove unneeded and obsolete snippets of + autofoo. + +2009-02-21 Cosimo Cecchi <cosimoc@gnome.org> + * configure.in: explicitely depend on gthread. Patch by Damien Lespiau (#572604). diff --git a/configure.in b/configure.in index 29192504d..cf57f89ca 100644 --- a/configure.in +++ b/configure.in @@ -449,10 +449,6 @@ dnl -DGNOME_DISABLE_DEPRECATED" AC_SUBST(DISABLE_DEPRECATED_CFLAGS) -dnl libbackground -PKG_CHECK_MODULES(LIBBACKGROUND, "gtk+-2.0 gconf-2.0 libgnomeui-2.0") -dnl ========================================================================== - dnl ============================================== dnl Special GConf section dnl ============================================== diff --git a/cut-n-paste-code/libegg/Makefile.am b/cut-n-paste-code/libegg/Makefile.am index a6d6d19cd..1ee4585db 100644 --- a/cut-n-paste-code/libegg/Makefile.am +++ b/cut-n-paste-code/libegg/Makefile.am @@ -25,7 +25,7 @@ libegg_la_SOURCES = \ libegg_la_CFLAGS = \ -DEGG_SM_CLIENT_BACKEND_XSMP \ - -DG_LOG_DOMAIN=\""EggSMClient"\" \ + -DG_LOG_DOMAIN=\""EggSMClient"\" \ $(LIBEGG_CFLAGS) \ $(WARNING_CFLAGS) \ $(DISABLE_DEPRECATED) diff --git a/test/Makefile.am b/test/Makefile.am index 4b2db5c37..5c09fed0c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -35,11 +35,9 @@ test_nautilus_search_engine_SOURCES = test-nautilus-search-engine.c test_nautilus_directory_async_SOURCES = test-nautilus-directory-async.c test_eel_background_SOURCES = test-eel-background.c -test_eel_gtk_style_SOURCES = test-eel-gtk-style.c test.c test_eel_image_scrolled_SOURCES = test-eel-image-scrolled.c test.c test.h test_eel_image_table_SOURCES = test-eel-image-table.c test.c test_eel_labeled_image_SOURCES = test-eel-labeled-image.c test.c test.h -test_eel_pixbuf_tile_SOURCES = test-eel-pixbuf-tile.c test.c test.h test_eel_pixbuf_scale_SOURCES = test-eel-pixbuf-scale.c test.c test.h EXTRA_DIST = \ |