~vcs-imports/gconfmm/main

« back to all changes in this revision

Viewing changes to gconf/gconfmm/private/Makefile.am

  • Committer: murrayc
  • Date: 2007-01-09 15:43:50 UTC
  • Revision ID: vcs-imports@canonical.com-20070109154350-lczyek6p0f2bqgva
moving

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Copyright (c) 2002
 
2
## The gconfmm development team.
 
3
 
 
4
include $(srcdir)/../../src/Makefile_list_of_hg.am_fragment
 
5
files_built_h           = $(files_hg:.hg=_p.h)
 
6
 
 
7
private_includedir      = $(includedir)/gconfmm-2.6/gconfmm/private
 
8
private_include_HEADERS = $(files_built_h)
 
9
 
 
10
maintainer-clean-local:
 
11
        (cd $(srcdir) && rm -f $(files_built_h))