diff options
author | Bastien Nocera <hadess@hadess.net> | 2003-11-09 01:04:44 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2003-11-09 01:04:44 +0000 |
commit | ddbe057f3bb15b33f5d48cb7b82fd34d39fc0f79 (patch) | |
tree | f7ae2490297cd142e326ae1ae19a3443ea45e712 /Makefile.am | |
parent | 6fe2e5b2f751539a750b439b9cb3aba4f53035f8 (diff) | |
download | totem-ddbe057f3bb15b33f5d48cb7b82fd34d39fc0f79.tar.gz |
updated
2003-11-09 Bastien Nocera <hadess@hadess.net>
* Makefile.am:
* README: updated
* configure.in:
* data/totem.glade:
* help/C/Makefile.am:
* omf.make:
* src/Makefile.am: remove deprecation flags to compile with
GTK+ 2.3.x
* src/totem.c: (on_help_activate), (totem_callback_connect):
* xmldocs.make: put the help in the build system, add a menu
item to get to the help
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 92f54e847..33af5598a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = po src data +SUBDIRS = po src data help install-data-local: @$(NORMAL_INSTALL) |