mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 19:58:50 +00:00
build: move BUILDING_BOOKMARKFS to config.h
This commit is contained in:
parent
d08848c097
commit
031691fae5
2 changed files with 2 additions and 1 deletions
|
@ -231,6 +231,7 @@ AX_COMPILE_CHECK_SIZEOF([uintptr_t], [#include <stdint.h>])
|
|||
# -- Output --
|
||||
|
||||
PKG_INSTALLDIR()
|
||||
AC_DEFINE([BUILDING_BOOKMARKFS], [1], [Define to 1 if building BookmarkFS.])
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
doc/Makefile
|
||||
|
|
|
@ -13,7 +13,7 @@ noinst_HEADERS = backend_util.h db.h defs.h frontend_util.h fs_ops.h \
|
|||
lib_LTLIBRARIES =
|
||||
pkglib_LTLIBRARIES =
|
||||
|
||||
BASE_CPPFLAGS_ = -DBUILDING_BOOKMARKFS
|
||||
BASE_CPPFLAGS_ =
|
||||
if NO_FILE_NAME
|
||||
BASE_CPPFLAGS_ += -DBOOKMARKFS_SRCDIR=\"$(srcdir)\"
|
||||
endif # NO_FILE_NAME
|
||||
|
|
Loading…
Add table
Reference in a new issue