~unity-team/unity-lens-sample/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Michal Hruby
  • Date: 2012-01-30 22:06:04 UTC
  • Revision ID: michal.mhr@gmail.com-20120130220604-vs5dwe3j2y7v8vqi
Update for libunity 5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
# Install the files.place file
5
5
#
6
 
place_in_files = sample.place.in
7
 
placedir = $(datadir)/unity/places
8
 
place_DATA = $(place_in_files:.place.in=.place)
 
6
lens_in_files = sample.lens.in
 
7
lensdir = $(datadir)/unity/lenses/samplelens
 
8
lens_DATA = $(lens_in_files:.lens.in=.lens)
9
9
 
10
 
@INTLTOOL_PLACE_RULE@
 
10
@INTLTOOL_LENS_RULE@
11
11
 
12
12
 
13
13
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
30
30
EXTRA_DIST = \
31
31
  acinclude.m4 \
32
32
  autogen.sh \
33
 
  $(place_in_files) \
 
33
  $(lens_in_files) \
34
34
  AUTHORS \
35
35
  COPYING \
36
36
  README
37
37
 
38
38
CLEANFILES = \
39
 
  $(place_DATA)
 
39
  $(lens_DATA)
40
40