mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-22 19:20:22 +01:00
[boilerplate/Makefile.am] Distribute Makefile.win32.config
This commit is contained in:
parent
88a3998a1d
commit
a908fc04a7
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ export_symbols = -export-symbols cairo.def
|
|||
cairo_def_dependency = cairo.def
|
||||
endif
|
||||
|
||||
EXTRA_DIST += Makefile.win32
|
||||
EXTRA_DIST += cairo-supported-features.h cairo-features-win32.h Makefile.win32.config
|
||||
MAINTAINERCLEANFILES += cairo-supported-features.h $(srcdir)/cairo-features-win32.h $(srcdir)/Makefile.win32.config
|
||||
|
||||
|
|
@ -104,5 +105,3 @@ uno:
|
|||
@cpp_flags=`echo $(AM_CPPFLAGS) | sed 's/\(-I.*\) /\1 /g'`; \
|
||||
files=`echo $(enabled_cairo_sources) | sed 's/[^ ]*\.h//g'`; \
|
||||
$(UNO) -I$(top_builddir) $$cpp_flags -DHAVE_CONFIG_H -U__GNUC__ $$files
|
||||
|
||||
EXTRA_DIST += Makefile.win32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue