added a capplets directory.
These are used with the control-panel to view stuff. I'm only committing one capplet for now, but more will come soon (i hope.) note: these capplets aren't quite ready for prime-time. In a few days they will be.
This commit is contained in:
parent
abbab5a6a7
commit
3d95feaf7d
3 changed files with 14 additions and 3 deletions
|
@ -4,15 +4,16 @@ endif
|
|||
|
||||
if ORBIT_INSTALLED
|
||||
control_center = control-center
|
||||
capplets = capplets
|
||||
endif
|
||||
|
||||
always_built_SUBDIRS = panel applets \
|
||||
gsm smproxy pixmaps desktop-links desktop-properties help-browser \
|
||||
gnome-terminal core-docs
|
||||
gnome-terminal core-docs
|
||||
|
||||
sometimes_built_SUBDIRS = gmenu control-center
|
||||
sometimes_built_SUBDIRS = gmenu control-center capplets
|
||||
|
||||
SUBDIRS = intl po macros $(always_built_SUBDIRS) $(gmenu) $(control_center)
|
||||
SUBDIRS = intl po macros $(always_built_SUBDIRS) $(gmenu) $(control_center) $(capplets)
|
||||
|
||||
#DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS) \
|
||||
# $(sometimes_built_SUBDIRS)
|
||||
|
|
6
capplets/Makefile.am
Normal file
6
capplets/Makefile.am
Normal file
|
@ -0,0 +1,6 @@
|
|||
always_built_SUBDIRS = mouse-properties background-properties desktop-links
|
||||
|
||||
SUBDIRS = $(always_built_SUBDIRS)
|
||||
|
||||
|
||||
DIST_SUBDIRS = $(always_built_SUBDIRS) $(sometimes_built_SUBDIRS)
|
|
@ -223,6 +223,10 @@ help-browser/gnome-man2html/Makefile
|
|||
help-browser/gnome-info2html/Makefile
|
||||
gmenu/Makefile
|
||||
control-center/Makefile
|
||||
capplets/Makefile
|
||||
capplets/mouse-properties/Makefile
|
||||
capplets/background-properties/Makefile
|
||||
capplets/desktop-links/Makefile
|
||||
pixmaps/Makefile
|
||||
gsm/Makefile
|
||||
smproxy/Makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue