diff options
author | Colin Walters <walters@verbum.org> | 2011-10-20 16:11:39 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-10-20 16:12:02 -0400 |
commit | 9d8522dfa1cc248552720070e5a7904768da5698 (patch) | |
tree | 28568a25761e7e679a1ab5c3c3daea86483560e4 /Makefile.am | |
parent | 629b6293c188b237faa6ab3450328f9aea385879 (diff) | |
download | ostree-9d8522dfa1cc248552720070e5a7904768da5698.tar.gz |
Some initial work on triggers
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8ff33df3..03f3e51f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +AM_CPPFLAGS = -DDATADIR='"$(datadir)"' NULL = BUILT_SOURCES = @@ -11,3 +12,4 @@ noinst_LTLIBRARIES = noinst_PROGRAMS = include Makefile-src.am +include Makefile-triggers.am |