diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 6824a32..0000000 --- a/Makefile.am +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | ||
| 2 | ACLOCAL_AMFLAGS = -I m4 | ||
| 3 | SUBDIRS = src include plutil swig | ||
| 4 | |||
| 5 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 6 | pkgconfig_DATA = libplist.pc | ||
| 7 | |||
| 8 | doc: | ||
| 9 | doxygen doxygen.cfg | ||
| 10 | |||
| 11 | indent: | ||
| 12 | indent -kr -ut -ts4 -l120 src/*.c src/*.h plutil/*.c include/plist/*.h | ||
