From 882ef71957a90ada1051f34e72ba15116b8f3808 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 9 Apr 2010 12:51:25 -0500 Subject: Disting the templates. --- libindicator/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libindicator/Makefile.am b/libindicator/Makefile.am index 4b11a77..983a6a5 100644 --- a/libindicator/Makefile.am +++ b/libindicator/Makefile.am @@ -64,7 +64,7 @@ s-enum-types-c: $(indicator_headers) && (cmp -s tmp-indicator-object-enum-types.c indicator-object-enum-types.c || cp tmp-indicator-object-enum-types.c indicator-object-enum-types.c ) \ && rm -f tmp-indicator-object-enum-types.c -EXTRA_DIST += indicator-object-enum-types.h +EXTRA_DIST += indicator-object-enum-types.h.template indicator-object-enum-types.c.template CLEANFILES += \ indicator-object-enum-types.h \ indicator-object-enum-types.c \ -- cgit v1.2.3 From 9530995ab647788c9246bfb5fa986904f3e38796 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 9 Apr 2010 12:53:27 -0500 Subject: 0.3.8 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a45a477..8ae0c74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.7, ted@canonical.com) +AC_INIT(libindicator, 0.3.8, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.7) +AM_INIT_AUTOMAKE(libindicator, 0.3.8) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) -- cgit v1.2.3