mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-28 21:38:50 +00:00
build: move bookmarkfs_util.pc.in to ./src
Whatever pkg-config is interested in all lies within ./src.
This commit is contained in:
parent
9de097d9ee
commit
dad1984d7f
4 changed files with 3 additions and 5 deletions
|
@ -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
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue