Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-02-15 13:53:50 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-15 13:53:50 (GMT)
commit3c349e5e651af3e2bedde90306125732730f5325 (patch)
treecdecae5843d2ee269c57ee1c08561ada1c354781 /libview
parent47229d8831eb0df78f4623f037fa6780125a95be (diff)
Rename GIRs to EvinceDocument/EvinceView.
* libdocument/Makefile.am: * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView. svn path=/trunk/; revision=3463
Diffstat (limited to 'libview')
-rw-r--r--libview/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/libview/Makefile.am b/libview/Makefile.am
index 9da4927..1726d79 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -33,7 +33,7 @@ libevview_la_SOURCES = \
$(INST_H_FILES)
libevview_la_CPPFLAGS = \
- -DG_LOG_DOMAIN=\"EvView\" \
+ -DG_LOG_DOMAIN=\"EvinceView\" \
-DGNOMELOCALEDIR=\"$(datadir)/locale\" \
-DEVINCE_COMPILATION \
-I$(top_srcdir) \
@@ -94,9 +94,9 @@ EXTRA_DIST = \
if ENABLE_INTROSPECTION
-EvView-$(EV_API_VERSION).gir: libevview.la Makefile $(INST_H_FILES)
+EvinceView-$(EV_API_VERSION).gir: libevview.la Makefile $(INST_H_FILES)
PKG_CONFIG_PATH=$(top_builddir):$$PKG_CONFIG_PATH \
- $(G_IR_SCANNER) -v --namespace EvView \
+ $(G_IR_SCANNER) -v --namespace EvinceView \
--add-include-path=$(srcdir) \
--add-include-path=. \
--add-include-path=$(top_srcdir) \
@@ -120,10 +120,10 @@ EvView-$(EV_API_VERSION).gir: libevview.la Makefile $(INST_H_FILES)
$(INST_H_FILES)
girdir = $(GIRDIR)
-gir_DATA = EvView-$(EV_API_VERSION).gir
+gir_DATA = EvinceView-$(EV_API_VERSION).gir
typelibsdir = $(GIRTYPELIBDIR)
-typelibs_DATA = EvView-$(EV_API_VERSION).typelib
+typelibs_DATA = EvinceView-$(EV_API_VERSION).typelib
EXTRA_DIST += $(gir_DATA)
CLEANFILES += $(gir_DATA) $(typelibs_DATA)