~inkscape.dev/inkscape-devlibs/devlibs-gtk3

« back to all changes in this revision

Viewing changes to lib/gtkmm-2.4/proc/m4/convert_gtkmm.m4

  • Committer: JazzyNico
  • Date: 2013-01-21 10:11:05 UTC
  • Revision ID: nicoduf@yahoo.fr-20130121101105-i8d8slkq9ng4olx8
Adding gtk2 libraries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## gtkmm - a C++ wrapper for the Gtk toolkit
 
2
##
 
3
## Copyright 2003-2010 The gtkmm Development Team
 
4
##
 
5
## This library is free software; you can redistribute it and/or
 
6
## modify it under the terms of the GNU Lesser General Public
 
7
## License as published by the Free Software Foundation; either
 
8
## version 2.1 of the License, or (at your option) any later version.
 
9
##
 
10
## This library is distributed in the hope that it will be useful,
 
11
## but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
13
## Lesser General Public License for more details.
 
14
##
 
15
## You should have received a copy of the GNU Lesser General Public
 
16
## License along with this library; if not, write to the Free
 
17
## Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
18
 
 
19
include(class_gtkobject.m4)
 
20
include(convert_base.m4)
 
21
include(convert_gtk.m4)
 
22
include(convert_gdk.m4)
 
23
 
 
24
# From atkmm: The path to this is obtained in configure.ac:
 
25
include(convert_atk.m4)
 
26
 
 
27
# From pangomm: The path to this is obtained in configure.ac:
 
28
include(convert_pango.m4)
 
29
 
 
30
include(convert_glib.m4)