mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 04:36:30 +01:00
15 lines
334 B
Text
15 lines
334 B
Text
|
|
## 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))
|
||
|
|
|
||
|
|
|
||
|
|
|