Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 140087 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 150-156 Link Here
150
	cd Java ; jar cf ../$@ com/phidgets/event/*.class com/phidgets/*.class
150
	cd Java ; jar cf ../$@ com/phidgets/event/*.class com/phidgets/*.class
151
151
152
install: all
152
install: all
153
	$(INSTALL_LIB) libphidget21.so $(INSTALLPREFIX)/$(PREFIX)/lib
153
	$(INSTALL_LIB) libphidget21.so $(INSTALLPREFIX)/$(PREFIX)/$(LIBDIR)
154
	$(INSTALL_FILE) phidget21.h $(INSTALLPREFIX)/$(PREFIX)/include
154
	$(INSTALL_FILE) phidget21.h $(INSTALLPREFIX)/$(PREFIX)/include
155
155
156
uninstall:
156
uninstall:

Return to bug 140087