13 lines
477 B
Makefile
13 lines
477 B
Makefile
|
BUILT_SOURCES = glibmmconfig.h glibmm.rc
|
||
|
|
||
|
MAINTAINERCLEANFILES = $(built_sources)
|
||
|
|
||
|
EXTRA_DIST = glibmmconfig.h glibmm.vcproj glibmm.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
|
||
|
|
||
|
glibmmconfig.h: $(top_srcdir)/glib/glibmmconfig.h.in $(top_srcdir)/configure.in
|
||
|
cp -f $(top_builddir)/glib/glibmmconfig.h $@
|