More missing bits.

git-svn-id: svn://localhost/ardour2/trunk@2650 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-11-13 11:09:40 +00:00
parent f44e2a5e69
commit 49df5c24a9
53 changed files with 12135 additions and 0 deletions

View file

@ -0,0 +1,12 @@
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 $@