From 926a330d3c7f4c699fac171ade2b74b164f3f11e Mon Sep 17 00:00:00 2001 From: lclausen Date: Sun, 4 Dec 2005 16:56:21 +0000 Subject: [PATCH] Makefile.am fix? --- ChangeLog | 4 ++++ doc/eu/omf_timestamp | 0 lib/Makefile.am | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 doc/eu/omf_timestamp diff --git a/ChangeLog b/ChangeLog index d43b39f9..4b9cff9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-04 Lars Clausen + + * lib/Makefile.am (gen_sources): Make marshal files as generated. + 2005-12-03 Lars Clausen * lib/Makefile.am (diamarshal.c): Fix marshal rules to not talk diff --git a/doc/eu/omf_timestamp b/doc/eu/omf_timestamp deleted file mode 100644 index e69de29b..00000000 diff --git a/lib/Makefile.am b/lib/Makefile.am index 091e85d3..d1092dbd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -184,7 +184,7 @@ libdia_la_extra_sources = diamarshal.list # rules to generate built sources # # setup autogeneration dependancies -gen_sources = xgen-gwmh xgen-gwmc +gen_sources = xgen-gwmh xgen-gwmc diamarshal.c diamarshal.h CLEANFILES = $(gen_sources) diamarshal.h: diamarshal.list -- 2.11.4.GIT