summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-05-21 01:22:25 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-05-21 01:22:25 +0000
commit8cdc0a0ee5f3a3a6ee9c467d8018efd71338a6c9 (patch)
treedf616617a1610505bfbe9462bfcfab7a40cf530e /Makefile.am
parentf2c6a79776be405c1b3870b7f66734da5ecdf8d7 (diff)
downloadyelp-8cdc0a0ee5f3a3a6ee9c467d8018efd71338a6c9.tar.gz
implemented jimmac's mockups.
2002-05-21 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-toc.c: implemented jimmac's mockups. * src/yelp-uri.c: added support for file: * src/Makefile.am (INCLUDES): added IMAGEDIR * data/images/*: new files * data/Makefile.am: new file * configure.in: - added data/Makefile, data/images/Makefile to AC_OUTPUT. * Makefile.am (SUBDIRS): added data
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index aaa9c73a..6f4b4b10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = src stylesheets po
+SUBDIRS = src stylesheets po data
@INTLTOOL_DESKTOP_RULE@