Commit de9cb3336279afb7c5fa5c1c41b6b6678745df77

Authored by Perry Werneck
1 parent 6ac37a05
Exists in master and in 1 other branch develop

Removing default library path from CFLAGS (it's unnecessary).

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
sdk/libv3270.pc.in
... ... @@ -11,5 +11,5 @@ Description: @PACKAGE_DESCRIPTION@
11 11 Version: @PACKAGE_VERSION@
12 12 Libs: -lv3270
13 13 Libs.private: @LIBS@ @GTK_LIBS@ @GLIB_LIBS@ @LIBICONV@ @INTL_LIBS@ @LIB3270_LIBS@
14   -Cflags: -I@includedir@
  14 +Cflags:
15 15  
... ...