Skip to content

Instantly share code, notes, and snippets.

@arlolra
Created July 23, 2015 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arlolra/d3e1993e99cf822afd99 to your computer and use it in GitHub Desktop.
Save arlolra/d3e1993e99cf822afd99 to your computer and use it in GitHub Desktop.
# 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/.
SOURCES += [
'dummy_client.c',
]
USE_LIBS += [
'gcrypt',
'otr',
]
Program('dummy_client')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment