diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-05 10:18:53 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-05 10:36:16 +0200 |
commit | e991bba4ef49f5d2d07b992912ff23ef3a071bc1 (patch) | |
tree | 94b81340d20079510116ca09aa42115034008864 /set_soenv.in | |
parent | 62c43b44ffa1208e37aa02502266bd88d3dfd8fd (diff) |
LIBWPS_* -> WPS_* to avoid eventual conflict with pkg-config danse
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/set_soenv.in b/set_soenv.in index 7fe2a3259d47..13629212ae00 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1904,8 +1904,8 @@ ToFile( "SYSTEM_LIBWPD", "@SYSTEM_LIBWPD@", "e" ); ToFile( "WPD_CFLAGS", "@WPD_CFLAGS@", "e" ); ToFile( "WPD_LIBS", "@WPD_LIBS@", "e" ); ToFile( "SYSTEM_LIBWPS", "@SYSTEM_LIBWPS@", "e" ); -ToFile( "LIBWPS_CFLAGS", "@LIBWPS_CFLAGS@", "e" ); -ToFile( "LIBWPS_LIBS", "@LIBWPS_LIBS@", "e" ); +ToFile( "WPS_CFLAGS", "@WPS_CFLAGS@", "e" ); +ToFile( "WPS_LIBS", "@WPS_LIBS@", "e" ); ToFile( "SYSTEM_LIBWPG", "@SYSTEM_LIBWPG@", "e" ); ToFile( "WPG_CFLAGS", "@WPG_CFLAGS@", "e" ); ToFile( "WPG_LIBS", "@WPG_LIBS@", "e" ); |