cleanup
This commit is contained in:
parent
ceabbed29f
commit
5baabca5c8
3 changed files with 16 additions and 14 deletions
4
Makefile
4
Makefile
|
|
@ -14,7 +14,9 @@ INSTALL = install
|
|||
INCLUDEFLAGS ?= `pkg-config --cflags oggplay` `imlib2-config --cflags`
|
||||
LINKFLAGS ?= -L${PREFIX}/lib
|
||||
#LINKFLAGS += `pkg-config --libs oggplay` `imlib2-config --libs`
|
||||
LINKFLAGS += `imlib2-config --libs` -L/usr/local/lib /usr/local/lib/liboggplay.a -loggz -lfishsound -ltheora -lvorbisenc -lvorbis -lm -logg -lkate -lpthread
|
||||
LINKFLAGS += `imlib2-config --libs`
|
||||
LINKFLAGS += -L/usr/local/lib /usr/local/lib/liboggplay.a
|
||||
LINKFLAGS += -loggz -lfishsound -ltheora -lvorbisenc -lvorbis -lm -logg -lkate -lpthread
|
||||
|
||||
|
||||
all: ${PROG}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue