kopia lustrzana https://github.com/FreeSpacenav/libspnav
removed generated file spnav_config.h from the repository (bug #8)
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@185 ef983eb1-d774-4af8-acfd-baaf7b16a646pull/2/head
rodzic
c2bcbaa6ae
commit
9f49e62cf5
|
@ -48,7 +48,7 @@ distclean:
|
|||
rm -f $(obj) $(lib_a) $(lib_so) Makefile
|
||||
|
||||
.PHONY: install
|
||||
install: $(lib_a) $(lib_so)
|
||||
install: $(lib_a) $(lib_so) $(hdr)
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/$(libdir) $(DESTDIR)$(PREFIX)/include
|
||||
cp $(lib_a) $(DESTDIR)$(PREFIX)/$(libdir)/$(lib_a)
|
||||
cp $(lib_so) $(DESTDIR)$(PREFIX)/$(libdir)/$(lib_so)
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#ifndef SPNAV_CONFIG_H_
|
||||
#define SPNAV_CONFIG_H_
|
||||
|
||||
#define USE_X11
|
||||
|
||||
#endif /* SPNAV_CONFIG_H_ */
|
Ładowanie…
Reference in New Issue