Better linking order

This commit is contained in:
Sanel Zukan 2008-08-25 13:25:34 +00:00
parent aa8eb8e010
commit 7c79890fc2

View File

@ -17,8 +17,6 @@ SOURCE = eiconman.cpp Utils.cpp Wallpaper.cpp DesktopIcon.cpp IconProperties.cpp
ObjectC++Flags $(SOURCE) : -Wno-long-long -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include ;
LinkAgainst eiconman : -L/opt/ede/lib -ledelib -ledelib_dbus -ldbus-1 ;
EdeProgram eiconman : $(SOURCE) ;
EdeProgram eiconman : $(SOURCE) ;
LinkAgainst eiconman : -L/opt/ede/lib -ledelib_dbus -ldbus-1 ;
TranslationStrings locale : $(SOURCE) ;
#FltkProgramBare test/notify : test/notify.cpp : noinstall ;