From dc2e336ca022593f98ed403bb28d6220b12a9ce8 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Mon, 7 Nov 2005 10:23:01 +0000 Subject: [PATCH] Fixed --- gnoemoe/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnoemoe/Makefile.am b/gnoemoe/Makefile.am index 453189f..ea575d1 100644 --- a/gnoemoe/Makefile.am +++ b/gnoemoe/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in # SUBDIRS = test + +CLEANFILES = INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @@ -7,7 +9,7 @@ INCLUDES = \ @RUBYINCLUDE@ bin_PROGRAMS = gnoemoe -BUILT_SOURCES = gm-marshal.c gm-marshal.h +BUILT_SOURCES = gm-marshal.c gm-marshal.h gnoemoe_SOURCES = $(BUILT_SOURCES) \ gm-app.c gm-app.h \ @@ -38,7 +40,7 @@ gm-marshal.c: gm-marshal.list $(GLIB_GENMARSHAL) gnoemoe_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @RUBYLINK@ -CLEANFILES = $(BUILT_SOURCES) +CLEANFILES += $(BUILT_SOURCES) dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES)