summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 8b5a7a40a7e64121125f186ccd81d405950e9ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include tools man

DISTCHECK_CONFIGURE_FLAGS =

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libideviceactivation-1.0.pc

indent:
	indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c