summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2011-05-10 17:55:40 -0400
committerBehdad Esfahbod <behdad@behdad.org>2011-05-10 17:55:40 -0400
commitabe636b8761e47ea60b193c7e72a044de224d172 (patch)
tree3b2b7f20438414c79c6dd3a4185bf17c4cc90c39 /Makefile.am
parentf82c18630471216a04e4e3ad42396da4e6d74cba (diff)
Add DOAP file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 95c5701f..446c18a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,14 @@
+NULL =
+
SUBDIRS = src test
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = harfbuzz.pc
EXTRA_DIST = \
- autogen.sh
+ autogen.sh \
+ harfbuzz.doap \
+ $(NULL)
MAINTAINERCLEANFILES = \
$(srcdir)/INSTALL \