diff options
author | mjj29 <mjj29@illythia> | 2006-02-17 11:16:29 +0000 |
---|---|---|
committer | mjj29 <mjj29@illythia> | 2006-02-17 11:16:29 +0000 |
commit | 166da78231a8344ecad1edfc3106915ee5683177 (patch) | |
tree | 047e9878aa007f4b963e19eb77b3d86b292e44be /Makefile | |
parent | 9171ce36be4d371bbe6aff30e6195226f5c9185b (diff) |
first pass at annotations support, plus fix c calling InternalErrorMessage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,14 +19,14 @@ BINPREFIX?=$(PREFIX)/bin DOCPREFIX?=$(PREFIX)/share/doc/libdbus-java MANPREFIX?=$(PREFIX)/share/man/man1 -VERSION = 1.3a +VERSION = 1.2a all: libdbus-java.so libdbus-java-$(VERSION).jar dbus-java-viewer-$(VERSION).jar clean: -rm -rf doc -rm -rf classes - -rm *.1 *.o *.so *.h .classes .testclasses .doc *.jar *.log pid address tmp-session-bus + -rm *.1 *.o *.so *.h .classes .testclasses .doc *.jar *.log pid address tmp-session-bus *.gz classes: .classes testclasses: .testclasses |