[nautilus] Remove cut and paste libegg
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Remove cut and paste libegg
- Date: Tue, 22 Jan 2013 15:49:24 +0000 (UTC)
commit 898573b616e89e488d7b585bafa9d7f732841e09
Author: William Jon McCann <jmccann redhat com>
Date: Mon Jan 21 21:58:09 2013 -0500
Remove cut and paste libegg
https://bugzilla.gnome.org/show_bug.cgi?id=692234
Makefile.am | 1 -
configure.ac | 2 -
cut-n-paste-code/Makefile.am | 4 -
cut-n-paste-code/README | 21 --
cut-n-paste-code/libegg/Makefile.am | 33 ---
cut-n-paste-code/libegg/eggtreemultidnd.c | 415 ----------------------------
cut-n-paste-code/libegg/eggtreemultidnd.h | 74 -----
cut-n-paste-code/libegg/update-from-egg.sh | 25 --
libnautilus-private/Makefile.am | 8 -
src/Makefile.am | 1 -
10 files changed, 0 insertions(+), 584 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5aa658d..5352602 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,6 @@ include $(top_srcdir)/Makefile.shared
DIRS = \
eel \
libnautilus-extension \
- cut-n-paste-code \
libnautilus-private \
src \
test \
diff --git a/configure.ac b/configure.ac
index c56df36..835e5a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -301,8 +301,6 @@ AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x$enable_update_mimedb = xyes)
AC_CONFIG_FILES([
Makefile
-cut-n-paste-code/Makefile
-cut-n-paste-code/libegg/Makefile
data/Makefile
data/nautilus.desktop.in
data/nautilus-autorun-software.desktop.in
diff --git a/libnautilus-private/Makefile.am b/libnautilus-private/Makefile.am
index 18f0f95..7471f30 100644
--- a/libnautilus-private/Makefile.am
+++ b/libnautilus-private/Makefile.am
@@ -5,7 +5,6 @@ noinst_LTLIBRARIES=libnautilus-private.la
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
- -I$(top_srcdir)/cut-n-paste-code \
$(BASE_CFLAGS) \
$(COMMON_CFLAGS) \
$(NAUTILUS_CFLAGS) \
@@ -38,16 +37,11 @@ nautilus_tracker_engine_sources = \
nautilus-search-engine-tracker.h
endif
-dependency_static_libs = \
- $(top_builddir)/cut-n-paste-code/libegg/libegg.la \
- $(NULL)
-
libnautilus_private_la_LDFLAGS = \
-no-undefined \
$(NULL)
libnautilus_private_la_LIBADD = \
- $(dependency_static_libs) \
$(SELINUX_LIBS) \
$(TRACKER_LIBS) \
$(top_builddir)/eel/libeel-2.la \
@@ -193,8 +187,6 @@ nodist_libnautilus_private_la_SOURCES =\
$(BUILT_SOURCES) \
$(NULL)
-$(lib_LTLIBRARIES): $(dependency_static_libs)
-
gsettingsschema_in_files = org.gnome.nautilus.gschema.xml.in
gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
.PRECIOUS: $(gsettings_SCHEMAS)
diff --git a/src/Makefile.am b/src/Makefile.am
index cb7a572..c49ac20 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,7 +12,6 @@ libexec_PROGRAMS= \
INCLUDES = \
-I$(top_srcdir) \
- -I$(top_srcdir)/cut-n-paste-code \
-I$(top_builddir)/libnautilus-private \
$(BASE_CFLAGS) \
$(COMMON_CFLAGS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]