Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2005-07-07 00:16:17 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-07-07 00:16:17 (GMT)
commitc6c3e49776af18ae7a8ce433ac31121a0cdfbc6d (patch)
treed475bc4ef73035e6e392ebc41363e54fb313f6a0 /cut-n-paste
parent02383ed04e6a5c215d6d3d4b961bc73b58a23b37 (diff)
*** empty log message ***
Diffstat (limited to 'cut-n-paste')
-rw-r--r--cut-n-paste/recent-files/Makefile.am4
-rw-r--r--cut-n-paste/toolbar-editor/Makefile.am4
-rw-r--r--cut-n-paste/zoom-control/Makefile.am5
3 files changed, 10 insertions, 3 deletions
diff --git a/cut-n-paste/recent-files/Makefile.am b/cut-n-paste/recent-files/Makefile.am
index 3373508..fc00718 100644
--- a/cut-n-paste/recent-files/Makefile.am
+++ b/cut-n-paste/recent-files/Makefile.am
@@ -2,10 +2,10 @@ NULL =
INCLUDES = \
$(RECENT_FILES_CFLAGS) \
+ $(WARN_CFLAGS) \
$(NULL)
-# Uses the deprecated GnomeIconTheme
-# $(EVINCE_DISABLE_DEPRECATED)
+# $(DISABLE_DEPRECATED)
EGG_FILES = \
egg-recent-model.c \
diff --git a/cut-n-paste/toolbar-editor/Makefile.am b/cut-n-paste/toolbar-editor/Makefile.am
index 1c9a09d..c2b86e6 100644
--- a/cut-n-paste/toolbar-editor/Makefile.am
+++ b/cut-n-paste/toolbar-editor/Makefile.am
@@ -20,12 +20,16 @@ libtoolbareditor_la_SOURCES = \
$(EGGSOURCES) \
$(EGGHEADERS)
+libtoolbareditor_la_LIBADD = $(TOOLBAR_EDITOR_LIBS)
+
libtoolbareditor_la_CPPFLAGS = \
-I$(top_builddir)/lib/egg \
$(AM_CPPFLAGS)
libtoolbareditor_la_CFLAGS = \
$(TOOLBAR_EDITOR_CFLAGS) \
+ $(WARN_CFLAGS) \
+ $(DISABLE_DEPRECATED) \
-DCURSOR_DIR=\"$(pkgdatadir)\" \
$(AM_CFLAGS)
diff --git a/cut-n-paste/zoom-control/Makefile.am b/cut-n-paste/zoom-control/Makefile.am
index fa8ec2c..ec8737f 100644
--- a/cut-n-paste/zoom-control/Makefile.am
+++ b/cut-n-paste/zoom-control/Makefile.am
@@ -14,9 +14,12 @@ libephywidgets_la_CPPFLAGS = \
libephywidgets_la_CFLAGS = \
$(ZOOM_CONTROL_CFLAGS) \
+ $(WARNING_CFLAGS) \
+ $(DISABLE_DEPRECATED) \
$(AM_CFLAGS)
libephywidgets_la_LIBADD = \
+ $(ZOOM_CONTROL_LIBS)
libephymisc.la
NOINST_H_FILES = \
@@ -33,4 +36,4 @@ libephymisc_la_CPPFLAGS = \
libephymisc_la_CFLAGS = \
$(ZOOM_CONTROL_CFLAGS) \
- $(AM_CFLAGS) \ No newline at end of file
+ $(AM_CFLAGS)