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 @@
-AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = src include plutil swig
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libplist.pc
-
-doc:
- doxygen doxygen.cfg
-
-indent:
- indent -kr -ut -ts4 -l120 src/*.c src/*.h plutil/*.c include/plist/*.h