Skip to content
Snippets Groups Projects
Commit 52479390 authored by deuce's avatar deuce
Browse files

Explicitly include the . path when building xpdev lib.

parent 159728cf
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ endif
MTOBJS += $(MTOBJODIR)$(DIRSEP)xpevent$(OFILE)
MT_CFLAGS += -DLINK_LIST_THREADSAFE
CFLAGS += -DSOUNDCARD_H_IN=$(shell if [ -e /usr/include/sys/soundcard.h ] ; then echo SYS ; elif [ -e /usr/include/soundcard.h ] ; then echo INCLUDE ; elif [ -e /usr/include/linux/soundcard.h ] ; then echo LINUX ; else echo NONE ; fi)
CFLAGS += -DSOUNDCARD_H_IN=$(shell if [ -e /usr/include/sys/soundcard.h ] ; then echo SYS ; elif [ -e /usr/include/soundcard.h ] ; then echo INCLUDE ; elif [ -e /usr/include/linux/soundcard.h ] ; then echo LINUX ; else echo NONE ; fi) -I.
# Executable Build Rule
$(WRAPTEST): $(OBJODIR)/wraptest.o $(DEPS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment