mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
14 lines
499 B
Text
14 lines
499 B
Text
|
|
BUILT_SOURCES = gdkmmconfig.h gdkmm.rc
|
||
|
|
|
||
|
|
MAINTAINERCLEANFILES = $(built_sources)
|
||
|
|
DISTCLEANFILES = gdkmmconfig.h
|
||
|
|
|
||
|
|
EXTRA_DIST = gdkmmconfig.h gdkmm.vcproj gdkmm.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
|
||
|
|
|
||
|
|
gdkmmconfig.h: $(top_srcdir)/gdk/gdkmmconfig.h.in $(top_srcdir)/configure.in
|
||
|
|
cp -f $(top_builddir)/gdk/gdkmmconfig.h $@
|