mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Better linking order
This commit is contained in:
parent
aa8eb8e010
commit
7c79890fc2
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user