summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-05-10 19:39:43 -0700
committerGravatar Matt Colyer2009-05-10 19:39:43 -0700
commit4c68d5e2137ea605569c8789a7ef5366df3053af (patch)
treea0252fd1bdb4247ea829e224d5cfa09715999e04 /Makefile.am
parentd6a310066d0ae9481f30bb68b1e01b405025eca7 (diff)
downloadlibimobiledevice-4c68d5e2137ea605569c8789a7ef5366df3053af.tar.gz
libimobiledevice-4c68d5e2137ea605569c8789a7ef5366df3053af.tar.bz2
Fixes for 0.9.1 release.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a8fe16d..a691d73 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = foreign
2ACLOCAL_AMFLAGS = -I m4 2ACLOCAL_AMFLAGS = -I m4
3SUBDIRS = src include fdi swig udev $(DEV_SUB) 3SUBDIRS = src include fdi swig udev $(DEV_SUB)
4 4
5DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools
6
5pkgconfigdir = $(libdir)/pkgconfig 7pkgconfigdir = $(libdir)/pkgconfig
6pkgconfig_DATA = libiphone-1.0.pc 8pkgconfig_DATA = libiphone-1.0.pc
7 9
@@ -11,5 +13,3 @@ doc:
11indent: 13indent:
12 indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c 14 indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c
13 15
14release:
15 git archive --format=tar --prefix=libiphone-${RELEASE}/ tags/${RELEASE} | bzip2 > libiphone-${RELEASE}.tar.bz2