Rombobjörn

summaryrefslogtreecommitdiff
path: root/milter_api.gpr
diff options
context:
space:
mode:
authorBjörn Persson <bjorn@rombobjörn.se>2013-02-13 23:17:52 +0100
committerBjörn Persson <bjorn@rombobjörn.se>2013-02-13 23:17:52 +0100
commit4766a7a7a2f23ee10560e1a2a177eec8931d974a (patch)
tree5380090b964906e3317b930b43ce38bd60f5e0cf /milter_api.gpr
parentb5565b3dc55003122b0ffdc211d03446971ff12a (diff)
Added a convenient and flexible build system.
Diffstat (limited to 'milter_api.gpr')
-rw-r--r--milter_api.gpr20
1 files changed, 0 insertions, 20 deletions
diff --git a/milter_api.gpr b/milter_api.gpr
deleted file mode 100644
index 741cfe4..0000000
--- a/milter_api.gpr
+++ /dev/null
@@ -1,20 +0,0 @@
--- 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.
-
-with "directories";
-project Milter_API is
- for Library_Name use "adamilter";
- for Source_Dirs use (Directories.Includedir & "/adamilter");
- for Library_Dir use Directories.Libdir;
- for Library_ALI_Dir use Directories.Libdir & "/adamilter";
- for Externally_Built use "true";
-
- package Linker is
- for Linker_Options use ("-ladamilter_thread_wrapper", "-ldl");
- end Linker;
-
-end Milter_API;