Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/toolbar-editor
diff options
context:
space:
mode:
authormarco <marco@e12069bd-dc25-0410-a696-d39a8afcd844>2005-07-07 12:11:25 (GMT)
committer marco <marco@e12069bd-dc25-0410-a696-d39a8afcd844>2005-07-07 12:11:25 (GMT)
commit980636823ccb500e207f5b578f0e040558668138 (patch)
tree5fbf1554efc3918ad957c38d738f3a193ca74b84 /cut-n-paste/toolbar-editor
parent8e09ff7e117e1ed29e6d6941e72795f6ef6afa0b (diff)
2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
* Makefile.am: * backend/Makefile.am: * configure.ac: * cut-n-paste/recent-files/Makefile.am: * cut-n-paste/toolbar-editor/Makefile.am: * cut-n-paste/zoom-control/Makefile.am: * lib/Makefile.am: * pdf/Makefile.am: * pixbuf/Makefile.am: * properties/Makefile.am: * ps/Makefile.am: * shell/Makefile.am: * thumbnailer/Makefile.am: * tiff/Makefile.am: Make frontends depend on just libev. Rework and group CFLAGS/LIBS definitions. Cleanups. git-svn-id: svn+ssh://svn.gnome.org/svn/evince/trunk@1127 e12069bd-dc25-0410-a696-d39a8afcd844
Diffstat (limited to 'cut-n-paste/toolbar-editor')
-rw-r--r--cut-n-paste/toolbar-editor/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/cut-n-paste/toolbar-editor/Makefile.am b/cut-n-paste/toolbar-editor/Makefile.am
index c2b86e6..fe172f8 100644
--- a/cut-n-paste/toolbar-editor/Makefile.am
+++ b/cut-n-paste/toolbar-editor/Makefile.am
@@ -20,14 +20,12 @@ 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) \
+ $(LIB_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED) \
-DCURSOR_DIR=\"$(pkgdatadir)\" \