~ubuntu-branches/ubuntu/quantal/shotwell/quantal

« back to all changes in this revision

Viewing changes to src/editing_tools/mk/editing_tools.mk

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-02-21 13:52:58 UTC
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: package-import@ubuntu.com-20120221135258-ao9jiib5qicomq7q
Tags: upstream-0.11.92
ImportĀ upstreamĀ versionĀ 0.11.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# All Vala files in the unit should be listed here with no subdirectory prefix.
11
11
#
12
12
# NOTE: Do *not* include the unit's master file, i.e. UNIT_NAME.vala.
13
 
UNIT_FILES :=
 
13
UNIT_FILES := \
 
14
        StraightenTool.vala
14
15
 
15
16
# Any unit this unit relies upon (and should be initialized before it's initialized) should
16
17
# be listed here using its Vala namespace.