build: move bookmarkfs_util.pc.in to ./src

Whatever pkg-config is interested in all lies within ./src.
This commit is contained in:
CismonX 2025-06-18 16:13:07 +08:00
parent 9de097d9ee
commit dad1984d7f
No known key found for this signature in database
GPG key ID: 3094873E29A482FB
4 changed files with 3 additions and 5 deletions

View file

@ -8,5 +8,3 @@
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
SUBDIRS = doc src tests SUBDIRS = doc src tests
pkgconfig_DATA = bookmarkfs_util.pc

View file

@ -9,7 +9,7 @@ dnl
AC_PREREQ([2.70]) AC_PREREQ([2.70])
AC_INIT([bookmarkfs], [0.1.2], [bug-bookmarkfs@nongnu.org]) AC_INIT([bookmarkfs], [0.1.2], [bug-bookmarkfs@nongnu.org])
AC_CONFIG_SRCDIR([bookmarkfs_util.pc.in]) AC_CONFIG_SRCDIR([src/bookmarkfs_util.pc.in])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_TESTDIR([tests]) AC_CONFIG_TESTDIR([tests])
@ -175,8 +175,7 @@ AC_DEFINE([BUILDING_BOOKMARKFS], [1], [Define to 1 if building BookmarkFS.])
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
doc/Makefile doc/Makefile
src/Makefile src/Makefile src/bookmarkfs_util.pc
tests/Makefile tests/atlocal tests/Makefile tests/atlocal
bookmarkfs_util.pc
]) ])
AC_OUTPUT AC_OUTPUT

View file

@ -13,6 +13,7 @@ noinst_HEADERS = backend_util.h db.h defs.h frontend_util.h fs_ops.h \
xattr.h xstd.h xattr.h xstd.h
lib_LTLIBRARIES = lib_LTLIBRARIES =
pkglib_LTLIBRARIES = pkglib_LTLIBRARIES =
pkgconfig_DATA = bookmarkfs_util.pc
BASE_CPPFLAGS_ = BASE_CPPFLAGS_ =
if NO_FILE_NAME if NO_FILE_NAME