summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormjj29 <mjj29@illythia>2006-04-27 11:50:54 -0100
committermjj29 <mjj29@illythia>2006-04-27 11:50:54 -0100
commit43073bd04acc70238cc4319dd474513553c56976 (patch)
tree2596cab3dfe6f1934bdc7d5766b75217d1c8fb22 /Makefile
parentdd4d67cd9d99cd462139126e9d350cec6d246c79 (diff)
add -Xlint:all to compilation
suppress neccessary warnings, remove other warnings fix struct/nested struct creation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e1da5e6..1f8282a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CC?=gcc
LD?=ld
DBUSLIB?=/usr/lib/libdbus-1.a
CPFLAG?=-classpath
-JCFLAGS?=-cp classes:$(CLASSPATH)
+JCFLAGS?=-cp classes:$(CLASSPATH) -Xlint:all
JFLAGS?=-Djava.library.path=.:/usr/lib
SRCDIR=org/freedesktop
CLASSDIR=classes/org/freedesktop/dbus
@@ -20,7 +20,7 @@ BINPREFIX?=$(PREFIX)/bin
DOCPREFIX?=$(PREFIX)/share/doc/libdbus-java
MANPREFIX?=$(PREFIX)/share/man/man1
-VERSION = 1.6
+VERSION = 1.7
RELEASEVERSION = 1.6
all: libdbus-java.so libdbus-java-$(VERSION).jar dbus-java-viewer-$(VERSION).jar