Move pkg-tool internal headers out of global include directory

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-04-05 12:36:47 +02:00
parent 6cfd9a37bf
commit aa6bbf2ef4
3 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
pkg_SOURCES = include/command.h include/depgraph.h
pkg_SOURCES = main/command.h main/depgraph.h
pkg_SOURCES += main/pkg.c main/command.c
pkg_SOURCES += main/depgraph/collect.c main/depgraph/pkglist.c
pkg_SOURCES += main/depgraph/tsort.c
pkg_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/main
pkg_CFLAGS = $(AM_CFLAGS)
pkg_LDADD = libpkg.a libutil.a libfilelist.a libcomp.a