~jaapz-b/switchboard/fix-1088451

« back to all changes in this revision

Viewing changes to wscript

  • Committer: Avi Romanoff
  • Date: 2011-06-23 05:26:15 UTC
  • Revision ID: avi@elementaryos.org-20110623052615-vd2nmnbcitrjrnml
Make consts all caps, move source into it's own directory, utilize constants more, bump version

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
def build(bld):
46
46
    # Build main program
47
 
    src = [ 'Switchboard.vala',
48
 
            'ElementaryEntry.vala',
49
 
            'log.vala',
50
 
            'AppMenu.vala',
51
 
            'CategoryView.vala'
 
47
    src = [ 'Switchboard/Switchboard.vala',
 
48
            'Switchboard/ElementaryEntry.vala',
 
49
            'Switchboard/log.vala',
 
50
            'Switchboard/AppMenu.vala',
 
51
            'Switchboard/CategoryView.vala'
52
52
          ]
53
53
 
54
54
    bld.program(target = 'switchboard',