From 47ae88a2c33e54829eaa2ebe3266649579a390cf Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Tue, 18 Sep 2012 11:15:12 +0200 Subject: [PATCH] Automake fixes --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 5d93162..8a6c137 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ -pkglib_PROGRAMS = eweouz-dump-addressbook eweouz-write-addressbook +pkglibexec_PROGRAMS = eweouz-dump-addressbook eweouz-write-addressbook AM_CFLAGS = $(EDS_ADDRESS_CFLAGS) -AM_LDFLAGS = $(EDS_ADDRESS_LIBS) +LDADD = $(EDS_ADDRESS_LIBS) -- 2.39.5