Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/evmountoperation
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-01-18 15:31:03 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-01-18 15:31:03 (GMT)
commit451e3d74f9fb9b885428336e4125406b29c1ed4d (patch)
tree9bce60690aac260e790973ffcd839732592643e8 /cut-n-paste/evmountoperation
parentfe8a90e5ecdc21069bc6617f07b7ab12a5a4a012 (diff)
Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste code.
2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/*/Makefile.am: * libdocument/Makefile.am: Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste code. svn path=/trunk/; revision=3352
Diffstat (limited to 'cut-n-paste/evmountoperation')
-rw-r--r--cut-n-paste/evmountoperation/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/cut-n-paste/evmountoperation/Makefile.am b/cut-n-paste/evmountoperation/Makefile.am
index a88885b..e84c1b4 100644
--- a/cut-n-paste/evmountoperation/Makefile.am
+++ b/cut-n-paste/evmountoperation/Makefile.am
@@ -5,7 +5,6 @@ libevmountoperation_la_SOURCES = \
ev-mount-operation.c
libevmountoperation_la_CFLAGS = \
- -I$(top_srcdir)/lib \
- $(LIB_CFLAGS) \
+ $(SHELL_CORE_CFLAGS) \
$(WARNING_CFLAGS) \
$(DISABLE_DEPRECATED) \ No newline at end of file