summaryrefslogtreecommitdiff
path: root/libs/gtkmm2/gtk/gtkmm/private/Makefile.am
blob: 5a126716f14e156cfcb0af489422d421b31d444a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Copyright (c) 2001
## The gtkmm development team.

include $(srcdir)/../../src/Makefile_list_of_hg.am_fragment
files_built_p_h = $(files_all_hg:.hg=_p.h)

private_includedir	= $(includedir)/gtkmm-2.4/gtkmm/private
private_include_HEADERS	= $(files_built_p_h)

maintainer-clean-local:
	(cd $(srcdir) && rm -f $(files_built_p_h))