Makefile purple, fix search for libpurple's headers #1

Merged
Begasus merged 1 commits from purple into master 2021-08-22 10:19:37 -05:00

View File

@ -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.