From bfa59591f4b5d2a4f6076989faf6001feea2214a Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 3 Sep 2015 10:56:07 +0200 Subject: [PATCH] Fix make dist --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 714e741..01a26ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ pkgconfigdir = @PKGCONFIGDIR@ CFLAGS = -Wall -Wextra -Wformat=2 -std=gnu99 bin_PROGRAMS = pkgconf - +noinst_HEADERS = bsdstubs.h getopt_long.h iter.h pkg.h stdinc.h pkgconf_SOURCES = main.c cache.c pkg.c bsdstubs.c getopt_long.c fragment.c argvsplit.c fileio.c tuple.c dependency.c queue.c pkgconf_CPPFLAGS = -DLIBDIR=\"${libdir}\" -DINCLUDEDIR=\"${includedir}\" -DPKG_DEFAULT_PATH=\"${pkgconfigdir}\" -DSYSTEM_INCLUDEDIR=\"${system_includedir}\" -DSYSTEM_LIBDIR=\"${system_libdir}\" pkgconf_MANS = pkgconf.1