ostree/Makefile.am

19 lines
391 B
Makefile
Raw Normal View History

2011-10-18 20:27:37 +04:00
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AM_CPPFLAGS = -DDATADIR='"$(datadir)"' -DLIBEXECDIR='"$(libexecdir)"'
2011-10-18 20:27:37 +04:00
2011-10-10 01:03:08 +04:00
NULL =
BUILT_SOURCES =
CLEANFILES =
EXTRA_DIST =
2011-10-11 22:26:48 +04:00
bin_PROGRAMS =
2011-10-10 01:03:08 +04:00
bin_SCRIPTS =
libexec_PROGRAMS =
noinst_LTLIBRARIES =
noinst_PROGRAMS =
2011-11-02 23:45:32 +04:00
include Makefile-otutil.am
include Makefile-libostree.am
include Makefile-ostree.am
2011-11-04 00:25:35 +04:00
include Makefile-osbuild.am
2011-10-21 00:11:39 +04:00
include Makefile-triggers.am