13
0
livetrax/libs/gtkmm2/MSVC_Net2003/gdkmm/Makefile.am
David Robillard 35fc31a1de Remove ancient/unused flowcanvas and libglademm from repository.
Update libraries to latest stable released version (except gnomecanvasmm, which is strangely packaged...).
Fixes building (at least here).


git-svn-id: svn://localhost/ardour2/trunk@2790 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-18 06:05:55 +00:00

14 lines
499 B
Makefile

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