summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-12-16 22:11:03 -0500
committerShaun McCance <shaunm@gnome.org>2010-12-16 22:11:03 -0500
commit6d4b073cefef3812f5cf46b04823ee68eacc1caf (patch)
tree18108a40b9589fa2be80f67a6248979013933f7c
parent7e80e1250c0362bb88153e48f07af463d494eeda (diff)
downloadyelp-6d4b073cefef3812f5cf46b04823ee68eacc1caf.tar.gz
Build fixes
-rw-r--r--po/POTFILES.in1
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/test-uri.c2
3 files changed, 3 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5d85fd50..9580055b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -9,6 +9,7 @@ libyelp/yelp-debug.c
libyelp/yelp-docbook-document.c
libyelp/yelp-document.c
libyelp/yelp-error.c
+libyelp/yelp-help-list.c
libyelp/yelp-info-document.c
libyelp/yelp-location-entry.c
libyelp/yelp-lzma-decompressor.c
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 260955ae..f8d436bd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -9,12 +9,12 @@ YELP_COMMON_LDADD = \
$(top_builddir)/libyelp/libyelp.la
check_PROGRAMS = \
- test-location-entry \
test-magic \
test-settings \
test-transform \
test-uri \
test-view
+# test-location-entry
if ENABLE_LZMA
check_PROGRAMS += test-lzma
diff --git a/tests/test-uri.c b/tests/test-uri.c
index d2889999..e9b8cc19 100644
--- a/tests/test-uri.c
+++ b/tests/test-uri.c
@@ -62,7 +62,7 @@ print_uri (gchar *orig, YelpUri *uri, GOutputStream *stream)
case YELP_URI_DOCUMENT_TYPE_XHTML:
type = "XHTML";
break;
- case YELP_URI_DOCUMENT_TYPE_TOC:
+ case YELP_URI_DOCUMENT_TYPE_HELP_LIST:
type = "TOC";
break;
case YELP_URI_DOCUMENT_TYPE_SEARCH: