diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-16 03:03:43 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-16 03:58:21 -0400 |
commit | a908fc04a7bd536edfcd0e620f0f70cb5655085f (patch) | |
tree | c2c2a58c9025cfa0a9c0e4e53226d8bf179e7487 /boilerplate | |
parent | 88a3998a1d7e251e77ca9f39071866142cb50aa9 (diff) |
[boilerplate/Makefile.am] Distribute Makefile.win32.config
Diffstat (limited to 'boilerplate')
-rw-r--r-- | boilerplate/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boilerplate/Makefile.am b/boilerplate/Makefile.am index 5a5168c5..22f66a89 100644 --- a/boilerplate/Makefile.am +++ b/boilerplate/Makefile.am @@ -11,6 +11,8 @@ AM_CPPFLAGS = \ $(NULL) EXTRA_DIST += Makefile.win32 +EXTRA_DIST += Makefile.win32.config +MAINTAINERCLEANFILES += $(srcdir)/Makefile.win32.config EXTRA_LTLIBRARIES += libcairoboilerplate.la |