Offtopic
"Chuchi Perriman" <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.gedit,gmane.comp.gnome.devtools |
|---|---|
| Message-ID | <[email protected]> |
Hi all I have a problem and perhaps you can help me. I have created a project named gtksnippets. This project have three modules: - gsnippets: Library to manage snippets (add, remove, update snippets and languages) - gtksnippets: Library with gtk widgets to manage the gsnippets (A gtk GUI to manage the gsnippets with differents widgets) and a gtksnippets-manager application to manage the snippets. - gtksnippets-gedit-plugin: A gedit plugin that adds a new menu entry to open the gtksnippets-manager and adds a new provider to gtksourcecompletion. How can I organize the project? gsnippets only depends on glib gtksnippets depends on gsnippets and gtk gtksnippets-gedit-plugin: depends on gtksnippets and gtksourcecompletion. I can create three projects with separate autotools. I can create a project with the modules in different folders and check in the installation if exists a dependency (by example gtksourcecompletion) and, if it doesn't exist, I don't install this module. What do you think about??? Thanks all!!!!