mirror of
https://github.com/pygos/pkg-utils.git
synced 2024-11-24 13:40:41 +01:00
Move pkg-tool internal headers out of global include directory
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
6cfd9a37bf
commit
aa6bbf2ef4
3 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue