mirror of
https://github.com/linux-msm/tqftpserv.git
synced 2026-02-25 13:12:17 -08:00
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
|
|
cc_binary {
|
||
|
|
name: "tqftpserv",
|
||
|
|
vendor: true,
|
||
|
|
srcs: [
|
||
|
|
"tqftpserv.c",
|
||
|
|
"translate.c",
|
||
|
|
],
|
||
|
|
shared_libs: ["libqrtr"],
|
||
|
|
}
|