mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-23 21:35:26 +03:00
19 lines
391 B
Makefile
19 lines
391 B
Makefile
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
AM_CPPFLAGS = -DDATADIR='"$(datadir)"' -DLIBEXECDIR='"$(libexecdir)"'
|
|
|
|
NULL =
|
|
BUILT_SOURCES =
|
|
CLEANFILES =
|
|
EXTRA_DIST =
|
|
bin_PROGRAMS =
|
|
bin_SCRIPTS =
|
|
libexec_PROGRAMS =
|
|
noinst_LTLIBRARIES =
|
|
noinst_PROGRAMS =
|
|
|
|
include Makefile-otutil.am
|
|
include Makefile-libostree.am
|
|
include Makefile-ostree.am
|
|
include Makefile-osbuild.am
|
|
include Makefile-triggers.am
|