13
0
livetrax/libs/gtkmm2/MSVC_Net2003/gtkmm/Makefile.am
Paul Davis 449aab3c46 rollback to 3428, before the mysterious removal of libs/* at 3431/3432
git-svn-id: svn://localhost/ardour2/branches/3.0@3435 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-02 21:41:35 +00:00

14 lines
499 B
Makefile

BUILT_SOURCES = gtkmmconfig.h gtkmm.rc
MAINTAINERCLEANFILES = $(built_sources)
DISTCLEANFILES = gtkmmconfig.h
EXTRA_DIST = gtkmmconfig.h gtkmm.vcproj gtkmm.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
gtkmmconfig.h: $(top_srcdir)/gtk/gtkmmconfig.h.in $(top_srcdir)/configure.in
cp -f $(top_builddir)/gtk/gtkmmconfig.h $@