Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/evmountoperation/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-04-08 15:42:49 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-04-08 15:42:49 (GMT)
commita01fab9d01d6bd9fe2b479cbcbc7ee5fe7d69515 (patch)
tree90fa743ac11ae140b375917a95e4e0a061be7f7c /cut-n-paste/evmountoperation/Makefile.am
parentbc88b9f7d600d36da547d6df0661db3c9c6eb1db (diff)
Removed
2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/evmountoperation/*: Removed * po/POTFILES.in: * shell/Makefile.am: * shell/ev-print-operation.c: * shell/ev-window.c: (window_open_file_copy_ready_cb), (ev_window_cmd_help_contents), (launch_action), (launch_external_uri): Bump GTK+ requirement to 2.14. svn path=/trunk/; revision=3584
Diffstat (limited to 'cut-n-paste/evmountoperation/Makefile.am')
-rw-r--r--cut-n-paste/evmountoperation/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/cut-n-paste/evmountoperation/Makefile.am b/cut-n-paste/evmountoperation/Makefile.am
deleted file mode 100644
index fa7bd44..0000000
--- a/cut-n-paste/evmountoperation/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-noinst_LTLIBRARIES = libevmountoperation.la
-
-libevmountoperation_la_SOURCES = \
- ev-mount-operation.h \
- ev-mount-operation.c
-
-libevmountoperation_la_CFLAGS = \
- $(SHELL_CORE_CFLAGS) \
- $(WARNING_CFLAGS) \
- $(DISABLE_DEPRECATED)