summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
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 @@
1AUTOMAKE_OPTIONS = foreign
2ACLOCAL_AMFLAGS = -I m4
3SUBDIRS = src include plutil swig
4
5pkgconfigdir = $(libdir)/pkgconfig
6pkgconfig_DATA = libplist.pc
7
8doc:
9 doxygen doxygen.cfg
10
11indent:
12 indent -kr -ut -ts4 -l120 src/*.c src/*.h plutil/*.c include/plist/*.h