summaryrefslogtreecommitdiff
path: root/Makefile-libostree.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-08-16 22:54:35 -0400
committerColin Walters <walters@verbum.org>2013-08-16 22:56:12 -0400
commit17560a57bf9b11def629667a446878182155d9a2 (patch)
tree196819c24e784f0ae144b8b129623d2a5e40465c /Makefile-libostree.am
parentf9b2c45fc0c299b288c84ea84e78b5406807a4c9 (diff)
downloadostree-17560a57bf9b11def629667a446878182155d9a2.tar.gz
Add gtk-doc support
Yes, it's really me. Colin Walters. Writing documentation. You don't need to do a DNA test.
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r--Makefile-libostree.am12
1 files changed, 3 insertions, 9 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am
index 2e799f20..8166f45e 100644
--- a/Makefile-libostree.am
+++ b/Makefile-libostree.am
@@ -17,18 +17,12 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
+include Makefile-libostree-defines.am
+
lib_LTLIBRARIES += libostree-1.la
libostreeheadersdir = $(includedir)/ostree-1
-libostreeheaders_DATA = \
- src/libostree/ostree.h \
- src/libostree/ostree-core.h \
- src/libostree/ostree-mutable-tree.h \
- src/libostree/ostree-repo.h \
- src/libostree/ostree-types.h \
- src/libostree/ostree-repo-file.h \
- src/libostree/ostree-diff.h \
- $(NULL)
+libostreeheaders_DATA = $(libostree_public_headers)
libostree_1_la_SOURCES = \
src/libostree/ostree-core.c \