defs-orig.mk: Selective install for directories

This commit is contained in:
Jan Lindemann 2002-01-28 13:40:14 +00:00 committed by Jan Lindemann
commit a6facc5b66

View file

@ -89,6 +89,8 @@ CPPFLAGS = $(INCLUDE) $(PROJECT_CPPFLAGS) $(CPPFLAGS_DEBUG) $(LOCAL_CPPFLAGS) $
LDFFTW = -lrfftw -lfftw -lm
#LDAUDIO = -laudiofile
INSTALLED_SHOBJS = $(addprefix $(PREFIX)/lib/,$(SHOBJS))
ifeq ($(GCC_MAJOR),2)
LPPFLAGS = -lg++ -lstdc++
else