Merge pull request #1 from Begasus/purple
Makefile purple, fix search for libpurple's headers
This commit is contained in:
commit
c24c3187ad
|
@ -75,8 +75,7 @@ LIBPATHS =
|
||||||
# Additional paths to look for system headers. These use the form
|
# Additional paths to look for system headers. These use the form
|
||||||
# "#include <header>". Directories that contain the files in SRCS are
|
# "#include <header>". Directories that contain the files in SRCS are
|
||||||
# NOT auto-included here.
|
# NOT auto-included here.
|
||||||
SYSTEM_INCLUDE_PATHS = libs/ application/ \
|
SYSTEM_INCLUDE_PATHS = libs/ application/
|
||||||
$(shell findpaths -e B_FIND_PATH_HEADERS_DIRECTORY libpurple)
|
|
||||||
|
|
||||||
# Additional paths paths to look for local headers. These use the form
|
# Additional paths paths to look for local headers. These use the form
|
||||||
# #include "header". Directories that contain the files in SRCS are
|
# #include "header". Directories that contain the files in SRCS are
|
||||||
|
@ -114,7 +113,8 @@ SYMBOLS :=
|
||||||
DEBUGGER :=
|
DEBUGGER :=
|
||||||
|
|
||||||
# Specify any additional compiler flags to be used.
|
# Specify any additional compiler flags to be used.
|
||||||
COMPILER_FLAGS = $(shell pkg-config --cflags glib-2.0)
|
COMPILER_FLAGS = $(shell pkg-config --cflags glib-2.0) \
|
||||||
|
$(shell pkg-config --cflags purple)
|
||||||
|
|
||||||
|
|
||||||
# Specify any additional linker flags to be used.
|
# Specify any additional linker flags to be used.
|
||||||
|
|
Ŝarĝante…
Reference in New Issue