Commit fde500bd273c01dcc374addd9a2467a87126df16
1 parent
302a47ba
Exists in
master
and in
3 other branches
Adding new file.
Showing
1 changed file
with
16 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,16 @@ | @@ -0,0 +1,16 @@ | ||
1 | +prefix=@prefix@ | ||
2 | +exec_prefix=@exec_prefix@ | ||
3 | +libdir=@libdir@ | ||
4 | +includedir=@includedir@ | ||
5 | + | ||
6 | +version_major=@PACKAGE_MAJOR_VERSION@ | ||
7 | +version_minor=@PACKAGE_MINOR_VERSION@ | ||
8 | +sdk_version=@LIB3270_SDK_VERSION@ | ||
9 | + | ||
10 | +Name: @PACKAGE_NAME@ | ||
11 | +Description: @PACKAGE_DESCRIPTION@ | ||
12 | +Version: @PACKAGE_VERSION@ | ||
13 | +Libs: -L\@libdir@ -l3270++ | ||
14 | +Libs.private: @LIBSSL_LIBS@ @LIBICONV@ @INTL_LIBS@ -l@LIB3270_NAME@ | ||
15 | +Cflags: -I@includedir@ | ||
16 | + |