Dummy way to search iconv on platformes where it is separate library. More fixes on pekwm configure macros. Fixing compilation for ede-desktop.cpp

This commit is contained in:
Sanel Zukan
2011-11-10 14:20:58 +00:00
parent ffb5307467
commit 28ed6ee5bf
4 changed files with 59 additions and 79 deletions

View File

@@ -65,5 +65,5 @@ SOURCE = ActionHandler.cc
Program pekwm : $(SOURCE) ;
ObjectC++Flags $(SOURCE) : $(GLOBALFLAGS) $(PEKWM_CXXFLAGS) -DDATADIR=\\\"$(datadir)\\\" -DSYSCONFDIR=\\\"$(PEKWM_CONFIG_DIR)\\\" -DVERSION=\\\"0.1.13\\\" ;
LinkAgainst pekwm : $(PEKWM_LIBS) -lX11 -lXext $(STDLIB) ;
LinkAgainst pekwm : $(PEKWM_LIBS) $(STDLIB) ;
InstallEdeProgram pekwm ;