mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
See it as program, so chmod +x can be done on shared library
This commit is contained in:
parent
7398386ad5
commit
bbac3c8882
@ -35,7 +35,7 @@ rule PanelApplet
|
||||
LINKFLAGS on $(target) = -shared -rdynamic [ on $(target) return $(LINKFLAGS) ] ;
|
||||
LINKLIBS on $(target) = [ on $(target) return $(LINKLIBS) ] $(3) ;
|
||||
|
||||
InstallData $(EDE_PANEL_APPLETS_DIR) : $(target) ;
|
||||
InstallProgram $(EDE_PANEL_APPLETS_DIR) : $(target) ;
|
||||
|
||||
Clean clean : $(target) ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user