From 37487d4e6272330944aeab7067b513f862e6aced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sun, 25 Jun 2006 08:07:55 +0000 Subject: [PATCH] Fixed build. Closes #341779. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-06-25 Benoît Dejean * Makefile.am: Fixed build. Closes #341779. --- ChangeLog | 7 +++++++ Makefile.am | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2b14aa35..64e27155 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-06-25 Benoît Dejean + + * Makefile.am: + + Fixed build. + Closes #341779. + 2006-06-24 Benoît Dejean * Makefile.am: diff --git a/Makefile.am b/Makefile.am index 1dbb7c00..1bcc2f7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,8 @@ if EXAMPLES EXAMPLES_DIR = examples else EXAMPLES_DIR = -fi +endif + SUBDIRS = po misc include sysdeps lib src $(EXAMPLES_DIR) doc libgtopinclude_HEADERS = glibtop.h libgtopconfig.h