X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/781cfcb8fd50934c470e0dabf79d32ab333dec68:/rfc822/Makefile.am..f77892e671e1261ec26e5133f86b8a52635f3dd2:/libs/rfc822/Makefile.am diff --git a/rfc822/Makefile.am b/libs/rfc822/Makefile.am similarity index 89% rename from rfc822/Makefile.am rename to libs/rfc822/Makefile.am index 426579f..cda7f9d 100644 --- a/rfc822/Makefile.am +++ b/libs/rfc822/Makefile.am @@ -1,4 +1,3 @@ -# $Id: Makefile.am,v 1.22 2009/11/22 19:39:52 mrsam Exp $ # # Copyright 1998 - 2009 Double Precision, Inc. See COPYING for # distribution information. @@ -13,6 +12,8 @@ librfc822_la_SOURCES=rfc822.c rfc822.h rfc822hdr.c rfc822hdr.h \ encodeautodetect.c librfc822_la_LIBADD = $(LIBIDN_LIBS) +DISTCLEANFILES=rfc822.config + AM_CFLAGS = $(LIBIDN_CFLAGS) libencode_la_SOURCES=encode.c encode.h @@ -22,8 +23,8 @@ noinst_DATA=$(BUILT_SOURCES) noinst_PROGRAMS=testsuite reftest testsuite_SOURCES=testsuite.c -testsuite_DEPENDENCIES=librfc822.la -testsuite_LDADD=librfc822.la +testsuite_DEPENDENCIES=librfc822.la ../unicode/libunicode.la +testsuite_LDADD=librfc822.la ../unicode/libunicode.la testsuite_LDFLAGS=-static reftest_SOURCES=reftest.c imaprefs.h