Install the m4 file

pull/84/head
Baptiste Daroussin 2015-09-12 21:28:03 +02:00
parent 42551f6364
commit 7af5a0fff2
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@ bin_PROGRAMS = pkgconf
lib_LTLIBRARIES = libpkgconf.la
EXTRA_DIST = \
pkg.m4 \
tests/lib1/argv-parse-2.pc \
tests/lib1/dos-lineendings.pc \
tests/lib1/paren-quoting.pc \
@ -73,6 +74,9 @@ noinst_HEADERS = getopt_long.h
dist_doc_DATA = README.md AUTHORS
m4datadir = $(datadir)/aclocal
m4data_DATA = pkg.m4
EXTRA_PROGRAMS = unit_tests
unit_tests_SOURCES = libpkgconf/tests/argvsplit-test.c
unit_tests_LDADD = libpkgconf.la