diff options
Diffstat (limited to 'plutil/Makefile.am')
| -rw-r--r-- | plutil/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plutil/Makefile.am b/plutil/Makefile.am new file mode 100644 index 0000000..aaa1dbc --- /dev/null +++ b/plutil/Makefile.am | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | INCLUDES = -I$(top_srcdir)/include | ||
| 2 | |||
| 3 | bin_PROGRAMS = plutil | ||
| 4 | |||
| 5 | plutil_SOURCES = plutil.c | ||
| 6 | plutil_LDADD = ../src/libplist.la | ||
