Difference between revisions of "ApacheMigration/GPL"
From Apache OpenOffice Wiki
		
		
		
 (Created page with '*acinclude.m4 *aclocal.m4 *config.guess *config.sub *configure *libegg/inc/eggtrayicon.h *libegg/source/eggtrayicon-impl.h *libegg/source/eggtrayicon.c')  | 
				|||
| Line 1: | Line 1: | ||
| + | = GNU Autotools =  | ||
| + | |||
| + | Used for configuring the build environment. No Runtime dependency.  | ||
| + | |||
*acinclude.m4  | *acinclude.m4  | ||
*aclocal.m4  | *aclocal.m4  | ||
| Line 4: | Line 8: | ||
*config.sub  | *config.sub  | ||
*configure  | *configure  | ||
| + | |||
| + | = libegg =  | ||
| + | |||
| + | Gnome Systray Integration  | ||
| + | |||
*libegg/inc/eggtrayicon.h  | *libegg/inc/eggtrayicon.h  | ||
*libegg/source/eggtrayicon-impl.h  | *libegg/source/eggtrayicon-impl.h  | ||
*libegg/source/eggtrayicon.c  | *libegg/source/eggtrayicon.c  | ||
Revision as of 11:05, 20 June 2011
GNU Autotools
Used for configuring the build environment. No Runtime dependency.
- acinclude.m4
 - aclocal.m4
 - config.guess
 - config.sub
 - configure
 
libegg
Gnome Systray Integration
- libegg/inc/eggtrayicon.h
 - libegg/source/eggtrayicon-impl.h
 - libegg/source/eggtrayicon.c