diff options
| author | 2009-03-27 18:46:59 +0100 | |
|---|---|---|
| committer | 2009-03-27 18:46:59 +0100 | |
| commit | 26aa1fe88c19412e81db02f3a6397b22465ce565 (patch) | |
| tree | b7eddc7095d44fbd886d28ae51d3053bec5f184b /Makefile.am | |
| parent | c99881e673b58efba240d6b9440768eace28b027 (diff) | |
| download | libplist-26aa1fe88c19412e81db02f3a6397b22465ce565.tar.gz libplist-26aa1fe88c19412e81db02f3a6397b22465ce565.tar.bz2 | |
Remove autotools.
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 | ||
