diff options
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 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | ||
| 2 | ACLOCAL_AMFLAGS = -I m4 | ||
| 3 | SUBDIRS = src include | ||
| 4 | |||
| 5 | DISTCHECK_CONFIGURE_FLAGS = | ||
| 6 | |||
| 7 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 8 | pkgconfig_DATA = libirecovery.pc | ||
| 9 | |||
| 10 | indent: | ||
| 11 | indent -kr -ut -ts4 -l120 src/*.c src/*.h | ||
| 12 | |||
