This file is specific to the core library. Move it into the lib/ source
directory.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
EXTRA_DIST = Doxyfile
endif
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libgpiod.pc
AC_MSG_NOTICE([help2man not found - man pages cannot be generated automatically])
fi
-AC_CONFIG_FILES([libgpiod.pc
- Makefile
+AC_CONFIG_FILES([Makefile
include/Makefile
lib/Makefile
+ lib/libgpiod.pc
tools/Makefile
tests/Makefile
tests/mockup/Makefile
libgpiod_la_CFLAGS += -fvisibility=hidden -I$(top_srcdir)/include/
libgpiod_la_CFLAGS += -include $(top_builddir)/config.h
libgpiod_la_LDFLAGS = -version-info $(subst .,:,$(ABI_VERSION))
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libgpiod.pc
--- /dev/null
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libgpiod
+Description: Library and tools for the Linux GPIO chardev
+URL: @PACKAGE_URL@
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lgpiod
+Cflags: -I${includedir}
+++ /dev/null
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: libgpiod
-Description: Library and tools for the Linux GPIO chardev
-URL: @PACKAGE_URL@
-Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lgpiod
-Cflags: -I${includedir}