Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste
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
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')
-rw-r--r--cut-n-paste/evmountoperation/Makefile.am3
-rw-r--r--cut-n-paste/gedit-message-area/Makefile.am3
-rw-r--r--cut-n-paste/gimpcellrenderertoggle/Makefile.am3
-rw-r--r--cut-n-paste/smclient/Makefile.am1
-rw-r--r--cut-n-paste/toolbar-editor/Makefile.am3
-rw-r--r--cut-n-paste/totem-screensaver/Makefile.am5
-rw-r--r--cut-n-paste/zoom-control/Makefile.am3
7 files changed, 7 insertions, 14 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
diff --git a/cut-n-paste/gedit-message-area/Makefile.am b/cut-n-paste/gedit-message-area/Makefile.am
index 8e6368b..ce56f32 100644
--- a/cut-n-paste/gedit-message-area/Makefile.am
+++ b/cut-n-paste/gedit-message-area/Makefile.am
@@ -4,7 +4,6 @@ libgeditmsgarea_la_SOURCES = \
gedit-message-area.h
libgeditmsgarea_la_CFLAGS = \
- -I$(top_srcdir)/lib \
- $(LIB_CFLAGS) \
+ $(SHELL_CORE_CFLAGS) \
$(WARNING_CFLAGS) \
$(DISABLE_DEPRECATED)
diff --git a/cut-n-paste/gimpcellrenderertoggle/Makefile.am b/cut-n-paste/gimpcellrenderertoggle/Makefile.am
index d986847..8bc909d 100644
--- a/cut-n-paste/gimpcellrenderertoggle/Makefile.am
+++ b/cut-n-paste/gimpcellrenderertoggle/Makefile.am
@@ -5,8 +5,7 @@ libgimpcellrenderertoggle_la_sources = \
gimpcellrenderertoggle.c
libgimpcellrenderertoggle_la_CFLAGS = \
- -I$(top_srcdir)/lib \
- $(LIB_CFLAGS) \
+ $(SHELL_CORE_CFLAGS) \
$(WARNING_CFLAGS) \
$(DISABLE_DEPRECATED)
diff --git a/cut-n-paste/smclient/Makefile.am b/cut-n-paste/smclient/Makefile.am
index 3cb7725..25e9840 100644
--- a/cut-n-paste/smclient/Makefile.am
+++ b/cut-n-paste/smclient/Makefile.am
@@ -9,7 +9,6 @@ libsmclient_la_SOURCES = \
eggsmclient-xsmp.c
libsmclient_la_CFLAGS = \
- -I$(top_srcdir)/lib \
-DG_LOG_DOMAIN=\""EggSMClient"\" \
-DEGG_SM_CLIENT_BACKEND_XSMP \
$(SMCLIENT_CFLAGS) \
diff --git a/cut-n-paste/toolbar-editor/Makefile.am b/cut-n-paste/toolbar-editor/Makefile.am
index 28b1380..a01c155 100644
--- a/cut-n-paste/toolbar-editor/Makefile.am
+++ b/cut-n-paste/toolbar-editor/Makefile.am
@@ -20,11 +20,10 @@ libtoolbareditor_la_SOURCES = \
$(EGGHEADERS)
libtoolbareditor_la_CPPFLAGS = \
- -I$(top_builddir)/lib/egg \
$(AM_CPPFLAGS)
libtoolbareditor_la_CFLAGS = \
- $(LIB_CFLAGS) \
+ $(SHELL_CORE_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED) \
-DCURSOR_DIR=\"$(pkgdatadir)\" \
diff --git a/cut-n-paste/totem-screensaver/Makefile.am b/cut-n-paste/totem-screensaver/Makefile.am
index 9108b91..ab67e2c 100644
--- a/cut-n-paste/totem-screensaver/Makefile.am
+++ b/cut-n-paste/totem-screensaver/Makefile.am
@@ -3,9 +3,8 @@ libtotemscrsaver_la_SOURCES = \
totem-scrsaver.h \
totem-scrsaver.c
-libtotemscrsaver_la_CFLAGS = \
- -I$(top_srcdir)/lib \
- $(LIB_CFLAGS) \
+libtotemscrsaver_la_CFLAGS = \
+ $(SHELL_CORE_CFLAGS) \
$(DBUS_CFLAGS) \
$(WARNING_CFLAGS) \
$(DISABLE_DEPRECATED)
diff --git a/cut-n-paste/zoom-control/Makefile.am b/cut-n-paste/zoom-control/Makefile.am
index 8b382f9..64cdc9d 100644
--- a/cut-n-paste/zoom-control/Makefile.am
+++ b/cut-n-paste/zoom-control/Makefile.am
@@ -9,7 +9,6 @@ libephyzoom_la_SOURCES = \
ephy-zoom.h
libephyzoom_la_CFLAGS = \
- -I$(top_srcdir)/lib \
- $(LIB_CFLAGS) \
+ $(SHELL_CORE_CFLAGS) \
$(WARNING_CFLAGS) \
$(DISABLE_DEPRECATED)