13
0
livetrax/libs/glibmm2/MSVC_Net2003/glibmm/Makefile.am
Carl Hetherington 49df5c24a9 More missing bits.
git-svn-id: svn://localhost/ardour2/trunk@2650 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13 11:09:40 +00:00

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 $@