summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-09-02 19:23:29 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-09-02 19:24:10 -0400
commit95d42ea01f7f9c60210b415554e7bbf6f4e1b334 (patch)
treef30bba6e0a2a45a70525ef8bbe0c18ee37cd6270 /src/Makefile.am
parent2562f8a800165c55dd30298282602f9feeb96a61 (diff)
downloadnautilus-95d42ea01f7f9c60210b415554e7bbf6f4e1b334.tar.gz
New design for the connect to server dialog
https://bugzilla.gnome.org/show_bug.cgi?id=682637
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 336c06ffb..0fc13ce20 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,6 @@ include $(top_srcdir)/Makefile.shared
bin_PROGRAMS= \
nautilus \
nautilus-autorun-software \
- nautilus-connect-server \
$(NULL)
libexec_PROGRAMS= \
@@ -135,9 +134,6 @@ nautilus_SOURCES = \
nautilus-canvas-view-container.h \
nautilus-connect-server-dialog.c \
nautilus-connect-server-dialog.h \
- nautilus-connect-server-dialog-nonmain.c \
- nautilus-connect-server-operation.c \
- nautilus-connect-server-operation.h \
nautilus-desktop-canvas-view.c \
nautilus-desktop-canvas-view.h \
nautilus-desktop-item-properties.c \
@@ -227,16 +223,6 @@ nautilus_autorun_software_SOURCES= \
nautilus-autorun-software.c \
$(NULL)
-nautilus_connect_server_SOURCES= \
- nautilus-bookmark-list.c \
- nautilus-bookmark-list.h \
- nautilus-connect-server-dialog.c \
- nautilus-connect-server-dialog.h \
- nautilus-connect-server-dialog-main.c \
- nautilus-connect-server-operation.c \
- nautilus-connect-server-operation.h \
- $(NULL)
-
nautilus_convert_metadata_SOURCES= \
nautilus-convert-metadata.c \
$(NULL)