From b63c05741fb491cc364cd4635a5a1eb9dae51454 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Tue, 6 Aug 2013 20:10:06 +0200 Subject: Updated Comfignat to version 1.1. --- milter_api.gpr.gp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 milter_api.gpr.gp (limited to 'milter_api.gpr.gp') diff --git a/milter_api.gpr.gp b/milter_api.gpr.gp new file mode 100644 index 0000000..e585e8a --- /dev/null +++ b/milter_api.gpr.gp @@ -0,0 +1,30 @@ +-- Projects that use the Ada Milter API should import this file. +-- Copyright 2009 - 2013 B. Persson, Bjorn@Rombobeorn.se +-- +-- This library is free software: you can redistribute it and/or modify it +-- under the terms of the GNU General Public License version 3, as published +-- by the Free Software Foundation. + + +#if Directories_GPR'Defined then +with $Directories_GPR; +#end if; + +library project Milter_API is + + for Library_Name use "adamilter"; + for Library_Kind use "dynamic"; + for Source_Dirs use ($Includedir & "/adamilter"); + for Library_Dir use $Libdir; + for Library_ALI_Dir use $Libdir & "/adamilter"; + for Externally_Built use "true"; + + #if Wrap_Threads then + package Linker is + -- Programs that link to libadamilter shall link to + -- libadamilter_thread_wrapper and libdl too. + for Linker_Options use ("-ladamilter_thread_wrapper", "-ldl"); + end Linker; + #end if; + +end Milter_API; -- cgit v1.2.3