mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
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:
@@ -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 ;
|
||||
|
Reference in New Issue
Block a user