summaryrefslogtreecommitdiff
path: root/MSVC_Net2008/giomm/Makefile.am
blob: f7d10f9a8f1da0a0df2bc0da5dbea3badb2149cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BUILT_SOURCES = giommconfig.h giomm.rc

MAINTAINERCLEANFILES = $(built_sources)

EXTRA_DIST = giommconfig.h giomm.vcproj giomm.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

giommconfig.h: $(top_srcdir)/gio/giommconfig.h.in $(top_srcdir)/configure.in
	cp -f $(top_builddir)/gio/giommconfig.h $@