diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-12-21 17:59:04 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-12-21 17:59:04 +0100 |
commit | 0986cd07af4149e44967b2d90a4ee71d1e504b3a (patch) | |
tree | a7d4b51dfb310498e81a9e8d1592a7298c63c757 /Makefile.am | |
parent | 62f19321528a8ef7467c77c722e6dfbab3f822a5 (diff) |
build: Include obex-api.txt and obex-agent-api.txt into package
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 350a9e896..e2cf3a66f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -203,6 +203,8 @@ EXTRA_DIST += doc/alert-api.txt \ doc/proximity-api.txt doc/heartrate-api.txt \ doc/thermometer-api.txt doc/cyclingspeed-api.txt +EXTRA_DIST += doc/obex-api.txt doc/obex-agent-api.txt + AM_CFLAGS += @DBUS_CFLAGS@ @GLIB_CFLAGS@ AM_CPPFLAGS = -I$(builddir)/lib -I$(builddir)/src -I$(srcdir)/src \ |