Skip to content

Commit

Permalink
Update the GNAT project for the Debian distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Jun 24, 2018
1 parent 3bcb6de commit 3cf1801
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 41 deletions.
17 changes: 11 additions & 6 deletions distrib/asf.gpr.in
@@ -1,12 +1,17 @@
with "util";
with "util_http";
with "util_config";
with "el";
with "security";
with "asf_core";
@WITH_SERVER@
@WITH_ASF_AWS@
with "servlet_core";

abstract project Asf is
Version := Asf_Core.Version;
library project Asf is
Version := "@ASF_VERSION@";

for Library_Name use "ada_asf";
for Library_Dir use Util_Config.Libdir;
for Library_Kind use "LIBRARY_TYPE";

for Source_Dirs use (Util_Config.Includedir & "/asf");
for Library_ALI_Dir use Util_Config.Alidir & "/asf/";
for Externally_Built use "true";
end Asf;
19 changes: 0 additions & 19 deletions distrib/asf_aws.gpr.in

This file was deleted.

16 changes: 0 additions & 16 deletions distrib/asf_core.gpr.in

This file was deleted.

0 comments on commit 3cf1801

Please sign in to comment.