X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=btpasskey%2FMakefile;h=44ddb4dbca8f1665670124977ea4218f0483964a;hb=e6efc7f4fc4ccfbe6307425e097f2b73ed49057b;hp=1e65a6b0aa2e5239a67485e0e623640f0e55b5a0;hpb=58d176659e21b25079ed21bae2ea8e9b5c325b44;p=oss%2Fbtcli.git diff --git a/btpasskey/Makefile b/btpasskey/Makefile index 1e65a6b..44ddb4d 100644 --- a/btpasskey/Makefile +++ b/btpasskey/Makefile @@ -1,5 +1,5 @@ # this Makefile is for building btcli it depends on pkg-config libdbus-1-dev (and build-essential) packages -BTPASS_VERSION?=1.2 +BTPASS_VERSION?=1.3 prefix=/usr/local btpasskey: btpasskey.c $(CC) `pkg-config --libs --cflags dbus-1` -g -DDBUS_API_SUBJECT_TO_CHANGE -DVERSION="\"$(BTPASS_VERSION)\"" -o btpasskey btpasskey.c