diff options
author | Nikias Bassen | 2012-07-17 00:22:29 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-07-17 00:22:29 +0200 |
commit | 954c5504a03a061ff43ec6c5334f342bd919badd (patch) | |
tree | 6f8cbdc8c846d62128bc33e851e370a3b65de0e7 /Makefile.am | |
parent | 0e4fb99549e0a1b4f5330598ec30a222e0fb75cc (diff) | |
download | libirecovery-954c5504a03a061ff43ec6c5334f342bd919badd.tar.gz libirecovery-954c5504a03a061ff43ec6c5334f342bd919badd.tar.bz2 |
changed build system to autofoo. previous Makefile is now Makefile.shared
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..3c8e304 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,12 @@ +AUTOMAKE_OPTIONS = foreign +ACLOCAL_AMFLAGS = -I m4 +SUBDIRS = src include + +DISTCHECK_CONFIGURE_FLAGS = + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libirecovery.pc + +indent: + indent -kr -ut -ts4 -l120 src/*.c src/*.h + |