~ubuntu-branches/ubuntu/quantal/colord/quantal-proposed

« back to all changes in this revision

Viewing changes to etc/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2011-10-25 16:21:20 UTC
  • mto: (2.1.1 sid) (1.1.2)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: package-import@ubuntu.com-20111025162120-0aypjqn1zx9n6vgf
Tags: upstream-0.1.13
ImportĀ upstreamĀ versionĀ 0.1.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
configdir = $(sysconfdir)
2
 
config_DATA = colord.conf
3
 
 
4
 
EXTRA_DIST =                                            \
5
 
        $(config_DATA)
 
2
config_in_files = colord.conf.in
 
3
config_DATA = $(config_in_files:.conf.in=.conf)
 
4
 
 
5
$(config_DATA): $(config_in_files) Makefile
 
6
        @sed -e "s|\@enablevolumesearch\@|$(ENABLE_VOLUME_SEARCH)|" $< > $@
 
7
 
 
8
EXTRA_DIST =                                                    \
 
9
        $(config_in_files)
 
10
 
 
11
CLEANFILES =                                                    \
 
12
        colord.conf
6
13
 
7
14
-include $(top_srcdir)/git.mk