Skip to content

Commit 173a1cc

Browse files
committed
GTKADA_MAJOR_VERSION and GTKADA_MINOR_VERSION do not exist anymore
1 parent 2ba07ed commit 173a1cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/gtkada_install_dynamic.gpr.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ project GtkAda_Install_Dynamic is
3636
for Library_Dir use "../../bin";
3737
for Library_ALI_Dir use "../../lib/gtkada/relocatable";
3838
for Library_Kind use "relocatable";
39-
for Library_Name use "gtkada-@GTKADA_MAJOR_VERSION@.@GTKADA_MINOR_VERSION@";
40-
for Library_Options use ("-L.", "-L../../bin", "-L../../lib",
39+
for Library_Name use "gtkada-@PACKAGE_VERSION@";
40+
for Library_Options use ("-L.", "-L../../bin", "-L../../lib", "-L../../lib/gtkada/relocatable",
4141
"-lgtkada_c",
4242
"-lgtk-3",
4343
"-lgdk-3",
@@ -54,7 +54,7 @@ project GtkAda_Install_Dynamic is
5454
"-lgobject-2.0",
5555
"-lgmodule-2.0",
5656
"-lgthread-2.0",
57-
"-lgmodule-2.0",
57+
"-lgmodule-2.0",
5858
"-lglib-2.0",
5959
"-lintl",
6060
"-liconv",

0 commit comments

Comments
 (0)