summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2003-11-06 17:53:23 +0000
committerShaun McCance <shaunm@src.gnome.org>2003-11-06 17:53:23 +0000
commit8bd2b142f1b94e0fe1bcdcc23be437ba87f17c08 (patch)
tree72cb2143c9575f61cb4022e277a6adb6ef99b071
parent3e436f20450845cd7b7a6516ce2e1fdcb8047182 (diff)
downloadyelp-8bd2b142f1b94e0fe1bcdcc23be437ba87f17c08.tar.gz
- Changes for new URI and Pager code
* src/Makefile.am: - Changes for new URI and Pager code
-rw-r--r--ChangeLog5
-rw-r--r--src/Makefile.am25
2 files changed, 22 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b6967a1..34e48f43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-11-06 Shaun McCance <shaunm@gnome.org>
+ * src/Makefile.am:
+ - Changes for new URI and Pager code
+
+2003-11-06 Shaun McCance <shaunm@gnome.org>
+
* src/test-uri:
* src/yelp-uri.c:
* src/yelp-uri.h:
diff --git a/src/Makefile.am b/src/Makefile.am
index 614c73c6..e1be5a14 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,13 +18,10 @@ INCLUDES = \
libexec_PROGRAMS = yelp-db2html
bin_PROGRAMS = yelp yelp-pregenerate
-noinst_PROGRAMS = test-uri test-reader
-
+noinst_PROGRAMS = test-uri test-reader test-pager
test_uri_SOURCES = \
test-uri.c \
- yelp-uri.c yelp-uri.h \
- yelp-error.c yelp-error.h \
- yelp-util.c yelp-util.h
+ yelp-uri.c yelp-uri.h
test_uri_LDADD = \
@YELP_LIBS@
@@ -41,6 +38,16 @@ test_reader_SOURCES = \
test_reader_LDADD = \
@YELP_LIBS@
+test_pager_SOURCES = \
+ test-pager.c \
+ yelp-pager.c yelp-pager.h \
+ yelp-db-pager.c yelp-db-pager.h \
+ yelp-uri.c yelp-uri.h \
+ yelp-marshal-main.c
+
+test_pager_LDADD = \
+ @DB2HTML_LIBS@ @YELP_LIBS@ -lexslt
+
install-exec-local:
rm -f $(DESTDIR)$(bindir)/gnome-help
ln -s yelp $(DESTDIR)$(bindir)/gnome-help
@@ -59,12 +66,12 @@ yelp-marshal.c: yelp-marshal.h
yelp-marshal-main.c: yelp-marshal.c
-yelp_db2html_SOURCES = \
- yelp-db2html.c
-
yelp_pregenerate_SOURCES = \
yelp-pregenerate.c yelp-pregenerate.h
+yelp_db2html_SOURCES = \
+ yelp-db2html.c
+
yelp_db2html_LDADD = \
@DB2HTML_LIBS@ -lexslt
@@ -75,6 +82,7 @@ yelp_SOURCES = \
$(gnome_yelp_idl_sources) \
yelp-base.c yelp-base.h \
yelp-cache.c yelp-cache.h \
+ yelp-db-pager.c yelp-db-pager.h \
yelp-error.c yelp-error.h \
yelp-history.c yelp-history.h \
yelp-html-gtkhtml2.c yelp-html.h \
@@ -86,6 +94,7 @@ yelp_SOURCES = \
yelp-reader.c yelp-reader.h \
yelp-section.c yelp-section.h \
yelp-scrollkeeper.c yelp-scrollkeeper.h \
+ yelp-pager.c yelp-pager.h \
yelp-util.c yelp-util.h \
yelp-view.c yelp-view.h \
yelp-view-content.c yelp-view-content.h \