summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-01-08 21:42:52 +0100
committerGravatar Jonathan Beck2009-01-08 21:42:52 +0100
commitd174ba080c959cab3245fb1714c6d6340ebbac09 (patch)
tree145eb844646e611fe94c6a1ee74946f1b3fd74ba /Makefile.am
parentc8d5e261b3cdcdd0dec90248563484dfd464d754 (diff)
downloadlibplist-d174ba080c959cab3245fb1714c6d6340ebbac09.tar.gz
libplist-d174ba080c959cab3245fb1714c6d6340ebbac09.tar.bz2
Add edition and reading fonctions so that handling plist is less confusing.
Fix indent.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e88e9be..264b0a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,4 +9,4 @@ doc:
doxygen doxygen.cfg
indent:
- indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c
+ indent -kr -ut -ts4 -l120 src/*.c src/*.h plutil/*.c