blob: 95ae9998e0e36e131e90b1b23d59aeaa421cea05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
EXTRA_DIST = \
TypeFactory.py \
Client.py \
MessageList.py \
Message.py \
Container.py \
Field.py \
FieldResult.py \
Variable.py \
VariableFactory.py \
VariableArray.py \
VariableStruct.py \
VariableSequence.py \
VariableInteger.py \
VariableString.py \
utils.py \
qmi-codegen
CLEANFILES = *.pyc
|