add new sigc++2 directory
[ardour.git] / libs / gtkmm2 / MSVC_Net2003 / gdkmm / Makefile.am
1 BUILT_SOURCES = gdkmmconfig.h gdkmm.rc
2
3 MAINTAINERCLEANFILES = $(built_sources)
4 DISTCLEANFILES = gdkmmconfig.h
5
6 EXTRA_DIST = gdkmmconfig.h gdkmm.vcproj gdkmm.rc
7
8 # Copy config file generated by the configure script. Dependency is 
9 # wht respect to the .h.in file, to prevent an error with 'make distcheck'.
10 # See http://sources.redhat.com/automake/automake.html#distcleancheck
11
12 gdkmmconfig.h: $(top_srcdir)/gdk/gdkmmconfig.h.in $(top_srcdir)/configure.in
13         cp -f $(top_builddir)/gdk/gdkmmconfig.h $@