diff options
author | Mark McLoughlin <mark@skynet.ie> | 2004-02-19 14:40:28 +0000 |
---|---|---|
committer | Mark McLoughlin <mark@skynet.ie> | 2004-02-19 14:40:28 +0000 |
commit | 9716fcd495f7a5876129f41e5bc860dc22d536a0 (patch) | |
tree | fa49dde73f760fcf5635c955ac297d6a67722d55 | |
parent | 1cc71ab56de69bdf16bec6ad3c021809758b01ef (diff) |
Version 0.4DESKTOP_FILE_UTILS_0_4
2004-02-19 Mark McLoughlin <mark@skynet.ie>
* configure.in: Version 0.4
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 4 |
3 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2004-02-19 Mark McLoughlin <mark@skynet.ie> + * configure.in: Version 0.4 + +2004-02-19 Mark McLoughlin <mark@skynet.ie> + Add support for .desktop files which contains Actions. Verify that the Actions key and Desktop Action sections match up and that each Desktop Action section has an Exec key. diff --git a/configure.in b/configure.in index 1e0b651..7884e00 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_INIT(src/desktop_file.h) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(desktop-file-utils, 0.3) +AM_INIT_AUTOMAKE(desktop-file-utils, 0.4) # Honor aclocal flags ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" diff --git a/src/Makefile.am b/src/Makefile.am index dd7bd78..dbcc80a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,7 +41,8 @@ menu_sources= \ menu-tree-cache.c \ menu-tree-cache.h \ menu-util.c \ - menu-util.h + menu-util.h \ + dfu-test.h libmenu_sources_la_SOURCES= \ $(menu_sources) @@ -72,6 +73,7 @@ desktop_menu_tool_SOURCES= \ vfolder-query.h dfu_test_SOURCES= \ + dfu-test.h \ dfu-test.c desktop_file_validate_LDADD=$(DESKTOP_FILE_UTILS_LIBS) |