author | Matt Brubeck <mbrubeck@mozilla.com> |
Tue, 22 Oct 2013 16:35:56 -0700 | |
changeset 165548 | 21d97baadc051f8d6beb76e335863ede46f96a36 |
parent 144532 | 6e45e9f62d2171419a8d8780ad4779ff0488ccb5 |
child 165850 | 5dd08c88e328c4b821f5880340d15eaff8b3f92b |
permissions | -rw-r--r-- |
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. PROGRAM = 'rdfcat' CPP_SOURCES += [ 'rdfcat.cpp', ]