Skip to content

Commit

Permalink
Correct include dir in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
PopFlamingo committed Mar 28, 2019
1 parent d9a9ebc commit 2c5567d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ MODEST_UNINSTALL_COMMAND = echo "MODEST_UNINSTALL_MK_COMMAND = $(MODEST_UNINSTAL
# PKG-CONFIG
#***************
MODEST_PKG_CONFIG_FILE := myhtml.pc
MODEST_PKG_CONFIG_CFLAGS := $(foreach name,$(MODEST_BUILD_MODULES_LIST_WITHOUT_PORT),-I$\$${includedir}/$(name))
MODEST_PKG_CONFIG_CFLAGS := -I$${includedir}
MODEST_PKG_CONFIG_PROCESS = \
$(SED) \
-e 's,@version\@,$(PROJECT_VERSION_STRING),g' \
Expand Down

0 comments on commit 2c5567d

Please sign in to comment.