diff options
author | Martin Szulecki | 2015-01-23 15:00:25 +0100 |
---|---|---|
committer | Martin Szulecki | 2015-01-23 15:00:25 +0100 |
commit | 7f28d8f75710026337c253622b2ed51303a2ad3d (patch) | |
tree | f07aa1ebfe528f161432e93dd48d6faa7a42cef8 /tools/Makefile.am | |
parent | f4caa6a751e1fdf7e7775f6c29de605fc91f1027 (diff) | |
download | libplist-7f28d8f75710026337c253622b2ed51303a2ad3d.tar.gz libplist-7f28d8f75710026337c253622b2ed51303a2ad3d.tar.bz2 |
plistutil: Cleanup code style a bit and remove obsolete extra header
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 30964be..67b7dd7 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -3,5 +3,5 @@ AM_LDFLAGS = bin_PROGRAMS = plistutil -plistutil_SOURCES = plistutil.c plistutil.h +plistutil_SOURCES = plistutil.c plistutil_LDADD = $(top_builddir)/src/libplist.la |