blob: 5fc9b3eb153d1dc61b5f46c8baf41e83e82719d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
BUILT_SOURCES = cairommconfig.h cairomm.rc
MAINTAINERCLEANFILES = $(built_sources)
EXTRA_DIST = cairommconfig.h cairomm.vcproj cairomm.rc
# Copy config file generated by the configure script. Dependency is
# wht respect to the .h.in file, to prevent an error with 'make distcheck'.
# See http://sources.redhat.com/automake/automake.html#distcleancheck
cairommconfig.h: $(top_srcdir)/cairomm/cairommconfig.h.in $(top_srcdir)/configure.ac
cp -f $(top_builddir)/cairomm/cairommconfig.h $@
|