forked from ariadne/pkgconf
build: automake: use top_srcdir as needed
parent
dbd78db67f
commit
b7593aea27
|
@ -167,7 +167,7 @@ pkgconf_SOURCES = \
|
||||||
cli/main.c \
|
cli/main.c \
|
||||||
cli/getopt_long.c \
|
cli/getopt_long.c \
|
||||||
cli/renderer-msvc.c
|
cli/renderer-msvc.c
|
||||||
pkgconf_CPPFLAGS = -Ilibpkgconf -Icli
|
pkgconf_CPPFLAGS = -I$(top_srcdir)/libpkgconf -I$(top_srcdir)/cli
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
cli/getopt_long.h \
|
cli/getopt_long.h \
|
||||||
cli/renderer-msvc.h
|
cli/renderer-msvc.h
|
||||||
|
@ -176,7 +176,7 @@ bomtool_LDADD = libpkgconf.la
|
||||||
bomtool_SOURCES = \
|
bomtool_SOURCES = \
|
||||||
cli/bomtool/main.c \
|
cli/bomtool/main.c \
|
||||||
cli/getopt_long.c
|
cli/getopt_long.c
|
||||||
bomtool_CPPFLAGS = -Ilibpkgconf -Icli -Icli/bomtool
|
bomtool_CPPFLAGS = -I$(top_srcdir)/libpkgconf -I$(top_srcdir)/cli -I$(top_srcdir)/cli/bomtool
|
||||||
|
|
||||||
dist_doc_DATA = README.md AUTHORS
|
dist_doc_DATA = README.md AUTHORS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue