summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 3c8e304e25dab48f421a113173c5d3383e0b9542 (plain)
1
2
3
4
5
6
7
8
9
10
11
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