diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-01-10 12:13:40 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-01-10 12:13:40 -0500 |
commit | cc5119173918623ce13363f4b25cd06076fc3fbc (patch) | |
tree | d301966973fa380831396c8e541d38ed840fc8c1 /Makefile.am | |
parent | 06deaa98b67f9e674a6933a8f54dae6a45faf6ff (diff) |
Uncomment win32 maintainer-clean files to make Makefile.am syntactically correct
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 86390abe..5e6c89cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,8 @@ EXTRA_DIST += \ build/Makefile.win32.features-h \ $(NULL) MAINTAINERCLEANFILES += \ -# $(srcdir)/build/Makefile.win32.features \ -# $(srcdir)/build/Makefile.win32.features-h \ + $(srcdir)/build/Makefile.win32.features \ + $(srcdir)/build/Makefile.win32.features-h \ $(NULL) ACLOCAL_AMFLAGS = -I build |