diff options
author | Martin Szulecki | 2014-06-30 19:25:13 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-06-30 19:25:13 +0200 |
commit | b3853fb76f528fda2ada89c83f44b826b7f3bfb8 (patch) | |
tree | 6dcaff9c5835695182a28b76eabf52ca3d93042d /Makefile.am | |
download | libideviceactivation-0.9.0.tar.gz libideviceactivation-0.9.0.tar.bz2 |
Initial commit for version 0.9.00.9.0
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..7a25fc0 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,12 @@ +AUTOMAKE_OPTIONS = foreign +ACLOCAL_AMFLAGS = -I m4 +SUBDIRS = src include tools + +DISTCHECK_CONFIGURE_FLAGS = + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libideviceactivation-1.0.pc + +indent: + indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c + |