summaryrefslogtreecommitdiff
path: root/libgbus/wscript_build
blob: a87c85f90dcdd8f3e3d2ff05c92cc9ef712d95b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/python

#Marshall file
libgbus = bld.create_obj('gnome', 'staticlib')
libgbus.add_marshal_file('libgbus-marshal.list', 'libgbus_marshal', '--header')
libgbus.add_marshal_file('libgbus-marshal.list', 'libgbus_marshal', '--body')
libgbus.uselib = 'GLIB GOBJECT DBUS DBUS_GLIB'

libgbus.source = """
	libgbus.c
"""

libgbus.includes = '.'
libgbus.target   = 'libgbus'
libgbus.name     = 'libgbus'