From 8e72403ca6f0796a8a44daf6a15db34ad9f8a282 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 13 Jan 2010 16:59:37 +0100 Subject: Remove plist-utils as that functionality is now provided by libplist --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index f5cf7a8..efa046e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,7 @@ bin_PROGRAMS = gnome-plist-editor gnome_plist_editor_SOURCES = \ - gnome-plist-editor.c \ - plist-utils.c + gnome-plist-editor.c gnome_plist_editor_CFLAGS = \ -Wl,--export-dynamic \ -- cgit v1.1-32-gdbae