- forgot to update the spnavd_ctl script to use the new pid location, this will

require a new release
- removed unnecessary bits from the makefiles



git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@75 ef983eb1-d774-4af8-acfd-baaf7b16a646
pull/2/head
John Tsiombikas 2009-02-02 02:11:10 +00:00
rodzic c8b1e30d67
commit e02450d6d5
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -8,7 +8,6 @@ lib_so = $(soname).1
CC = gcc
AR = ar
CFLAGS = $(opt) $(dbg) -std=c89 -fpic -pedantic -Wall -Wno-strict-aliasing -g -I.
LDFLAGS = $(xlib)
.PHONY: all
all: $(lib_a) $(lib_so)