~fitbit-accomplishment-maintainers/account-plugin-fitbit/trunk

« back to all changes in this revision

Viewing changes to data/providers/Makefile.am

  • Committer: Chris Wayne
  • Date: 2012-12-02 20:05:17 UTC
  • Revision ID: chris.wayne@canonical.com-20121202200517-55r2zbcpbw632v94
Further copying from account-plugins to try and make this work

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dist_providers_DATA = \
2
 
        fitbit.provider
 
1
# Extract transatable strings from .provider files
 
2
%.provider: %.provider.in $(INTLTOOL_MERGE)
 
3
        $(INTLTOOL_V_MERGE) LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_MERGE_V_OPTIONS) --no-translations -x -u $< $@
 
4
 
 
5
providers_in_files = \
 
6
        fitbit.provider.in
 
7
 
 
8
providers_DATA = \
 
9
        $(providers_in_files:.provider.in=.provider)
 
10
 
 
11
dist_noinst_DATA = \
 
12
        $(providers_in_files)
 
13
 
 
14
CLEANFILES = \
 
15
        $(services_DATA)