[Pkg-bluetooth-commits] r618 - /packages/bluez-utils/trunk/debian/passkey-agent-makefile

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Wed Nov 21 19:53:10 UTC 2007


Author: filippo
Date: Wed Nov 21 19:53:09 2007
New Revision: 618

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=618
Log:
do not include version while compiling passkey-agent

Modified:
    packages/bluez-utils/trunk/debian/passkey-agent-makefile

Modified: packages/bluez-utils/trunk/debian/passkey-agent-makefile
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-utils/trunk/debian/passkey-agent-makefile?rev=618&op=diff
==============================================================================
--- packages/bluez-utils/trunk/debian/passkey-agent-makefile (original)
+++ packages/bluez-utils/trunk/debian/passkey-agent-makefile Wed Nov 21 19:53:09 2007
@@ -1,3 +1,3 @@
 # this Makefile is for building passkey-agent.c, it depends on pkg-config libdbus-1-dev (and build-essential) packages 
 passkey-agent: passkey-agent.c
-	$(CC) `pkg-config --libs --cflags dbus-1` -DDBUS_API_SUBJECT_TO_CHANGE -DVERSION="\"3.12\"" -o passkey-agent passkey-agent.c 
+	$(CC) `pkg-config --libs --cflags dbus-1` -DDBUS_API_SUBJECT_TO_CHANGE -DVERSION="\"unknown\"" -o passkey-agent passkey-agent.c 




More information about the Pkg-bluetooth-commits mailing list