summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2004-02-19 14:40:28 +0000
committerMark McLoughlin <mark@skynet.ie>2004-02-19 14:40:28 +0000
commit9716fcd495f7a5876129f41e5bc860dc22d536a0 (patch)
treefa49dde73f760fcf5635c955ac297d6a67722d55
parent1cc71ab56de69bdf16bec6ad3c021809758b01ef (diff)
2004-02-19 Mark McLoughlin <mark@skynet.ie> * configure.in: Version 0.4
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am4
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b0ce509..4770232 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)