diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Makefile.am | 1 | ||||
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | src/Makefile.am | 2 |
4 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,8 @@ 2010-09-26 Mariusz Adamski <[email protected]> + * configure.ac: Minor fixes to the build system. + * Makefile.am, src/Makefile.am: Ditto. + +2010-09-26 Mariusz Adamski <[email protected]> * src/ui-gtk.c: Added close button. 2010-09-24 Mariusz Adamski <[email protected]> diff --git a/Makefile.am b/Makefile.am index 038181f..1ad0770 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,4 +4,3 @@ SUBDIRS = po src ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath m4/ChangeLog diff --git a/configure.ac b/configure.ac index 167ba35..91147a7 100644 --- a/configure.ac +++ b/configure.ac @@ -17,6 +17,7 @@ AC_INIT([ttb], [0.1], [[email protected]]) AM_INIT_AUTOMAKE([gnu dist-bzip2]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_MACRO_DIR([m4]) AM_GNU_GETTEXT_VERSION(0.17) AM_GNU_GETTEXT([external]) IT_PROG_INTLTOOL diff --git a/src/Makefile.am b/src/Makefile.am index e1ed2a2..00d71c9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -69,3 +69,5 @@ ttb-paths.h: Makefile echo '#endif /* TTB_PATHS_H */' \ ) >$@ +DISTCLEANFILES = ttb-paths.h + |
