diff options
author | John Fleck <jfleck@inkstain.net> | 2002-02-04 03:18:16 +0000 |
---|---|---|
committer | John Fleck <jfleck@src.gnome.org> | 2002-02-04 03:18:16 +0000 |
commit | 9bc073a6398b6a24ea76a0076d74ef16d66c8e6d (patch) | |
tree | 46a553b08201283d82a1d57a376c8c4052ca6bc3 | |
parent | bd63dea848534a44c73b6bcd38c90eab04ff8ba5 (diff) |
configure.in applets/gen_util/Makefile.amGNOME_CORE_1_5_7
2002-02-03 John Fleck <jfleck@inkstain.net>
* configure.in
* applets/gen_util/Makefile.am
* applets/gen_util/help/Makefile.am
* applets/gen_util/help/C/Makefile.am
added:
* applets/gen_util/help/C/pager/legal.xml
* applets/gen_util/help/C/pager/Makefile.am
* applets/gen_util/help/C/pager/pager.xml
* applets/gen_util/help/C/pager/pager-C.omf
adding initial documentation for pager applet
-rw-r--r-- | mailcheck/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailcheck/Makefile.am b/mailcheck/Makefile.am index c484d2ee4..2e59aab21 100644 --- a/mailcheck/Makefile.am +++ b/mailcheck/Makefile.am @@ -1,4 +1,4 @@ -#SUBDIRS = help +SUBDIRS = help INCLUDES = -I. -I$(srcdir) \ -I$(srcdir)/../../libpanel-applet \ |