diff options
author | Kevin Vandersloot <kfv101@psu.edu> | 2002-03-04 17:05:02 +0000 |
---|---|---|
committer | Kevin Vandersloot <kevinv@src.gnome.org> | 2002-03-04 17:05:02 +0000 |
commit | 9d271077de9bb5efd47d4772b7fd8859e7f8e8e3 (patch) | |
tree | ff79f99bad9dcc40f8a082774975ced20e54fe32 /Makefile.am | |
parent | d0c0d6ebf4598051f14eaa9ba12d18795253b411 (diff) |
release 1.95.0GNOME_APPLETS_1_95_0
2002-03-04 Kevin Vandersloot <kfv101@psu.edu>
* configure.in: release 1.95.0
* Makefile.am: build omf-install and dist xmldocs.make
po:
2002-03-04 Kevin Vandersloot <kfv101@psu.edu>
* POTFILES.in: remove mini-commander/terminal.c since it's not used anymore
mini-commander:
2002-03-04 Kevin Vandersloot <kfv101@psu.edu>
* src/mini-commander_applet.c: remove include of terminal.h
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 0d35539c6..6e1d9198d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,9 +63,9 @@ SUBDIRS = \ $(always_built_SUBDIRS) \ $(gtop_SUBDIRS) \ $(vfs_SUBDIRS) \ - $(battstat_SUBDIR) + $(battstat_SUBDIR) \ + omf-install ## $(esd_SUBDIRS) \ -## omf-install DIST_SUBDIRS = \ po \ @@ -83,7 +83,8 @@ DIST_SUBDIRS = \ gtik \ gweather \ mini-commander \ - man + man \ + omf-install EXTRA_DIST = \ COPYING-DOCS \ @@ -94,5 +95,6 @@ EXTRA_DIST = \ intltool-update.in \ intltool-extract.in \ intltool-merge.in \ - message-of-doom + message-of-doom \ + xmldocs.make |