Specify X path in case the path is not common

This commit is contained in:
Sanel Zukan 2009-11-12 12:40:30 +00:00
parent 68af66f1cb
commit 17c1826356

View File

@ -13,6 +13,6 @@ SubDir TOP ede-keyboard-conf ;
SRC = ede-keyboard-conf.cpp ;
EdeProgram ede-keyboard-conf : $(SRC) ;
LinkAgainst ede-keyboard-conf : -lxkbfile ;
LinkAgainst ede-keyboard-conf : $(X_LIBS) -lxkbfile ;
TranslationStrings locale : $(SRC) ;