Updated paths

This commit is contained in:
Sanel Zukan 2009-10-03 07:49:30 +00:00
parent 614e3eb656
commit 4d10320856
8 changed files with 16 additions and 16 deletions

View File

@ -8,7 +8,7 @@
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-panel-new ;
SubDir TOP ede-panel ;
# make it as library, so applets can use it too
ObjectC++Flags Netwm.cpp : -g3 -fPIC $(EDELIBINCLUDE) ;
@ -29,7 +29,7 @@ rule PanelApplet
target = $(<:S=$(SUFLIB_SHARED)) ;
Main $(target) : $(>) ;
ObjectC++Flags $(>) : -fPIC -I [ FDirName $(TOP) ede-panel-new ] $(EDELIBINCLUDE) ;
ObjectC++Flags $(>) : -fPIC -I [ FDirName $(TOP) ede-panel ] $(EDELIBINCLUDE) ;
LinkAgainst $(target) : $(NETWMLIB) $(EDELIBLIB) $(EDELIB_GUI_LIB) $(FLTKLIB) $(STDLIB) ;
LINKFLAGS on $(target) = -shared -rdynamic [ on $(target) return $(LINKFLAGS) ] ;
@ -40,4 +40,4 @@ rule PanelApplet
Clean clean : $(target) ;
}
SubInclude TOP ede-panel-new applets ;
SubInclude TOP ede-panel applets ;

View File

@ -8,11 +8,11 @@
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-panel-new applets ;
SubDir TOP ede-panel applets ;
SubInclude TOP ede-panel-new applets demo ;
SubInclude TOP ede-panel-new applets clock ;
SubInclude TOP ede-panel-new applets pager ;
SubInclude TOP ede-panel-new applets quick-launch ;
SubInclude TOP ede-panel-new applets start-menu ;
SubInclude TOP ede-panel-new applets taskbar ;
SubInclude TOP ede-panel applets demo ;
SubInclude TOP ede-panel applets clock ;
SubInclude TOP ede-panel applets pager ;
SubInclude TOP ede-panel applets quick-launch ;
SubInclude TOP ede-panel applets start-menu ;
SubInclude TOP ede-panel applets taskbar ;

View File

@ -8,6 +8,6 @@
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-panel-new applets clock ;
SubDir TOP ede-panel applets clock ;
PanelApplet clock : Clock.cpp ;

View File

@ -8,6 +8,6 @@
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-panel-new applets demo ;
SubDir TOP ede-panel applets demo ;
PanelApplet demo : AppletDemo.cpp ;

View File

@ -8,6 +8,6 @@
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-panel-new applets pager ;
SubDir TOP ede-panel applets pager ;
PanelApplet pager : Pager.cpp PagerButton.cpp ;

View File

@ -8,6 +8,6 @@
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-panel-new applets quick-launch ;
SubDir TOP ede-panel applets quick-launch ;
PanelApplet quick_launch : QuickLaunch.cpp ;

View File

@ -8,7 +8,7 @@
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-panel-new applets start-menu ;
SubDir TOP ede-panel applets start-menu ;
MENU_SRC = XdgMenuReader.cpp DesktopEntry.cpp MenuRules.cpp ;

View File

@ -8,6 +8,6 @@
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-panel-new applets taskbar ;
SubDir TOP ede-panel applets taskbar ;
PanelApplet taskbar : TaskButton.cpp Taskbar.cpp ;