1## Copyright (c) 2009  Openismus GmbH  <http://www.openismus.com/>
2##
3## This file is part of gtkmm.
4##
5## gtkmm is free software: you can redistribute it and/or modify it
6## under the terms of the GNU Lesser General Public License as published
7## by the Free Software Foundation, either version 2.1 of the License,
8## or (at your option) any later version.
9##
10## gtkmm is distributed in the hope that it will be useful, but
11## WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13## See the GNU Lesser General Public License for more details.
14##
15## You should have received a copy of the GNU Lesser General Public License
16## along with this library.  If not, see <http://www.gnu.org/licenses/>.
17
18binding_name    = gdkmm
19wrap_init_flags = --namespace=Gdk --parent_dir=gdkmm
20codegen_srcdir  = $(top_srcdir)/tools
21
22include $(srcdir)/filelist.am
23include $(top_srcdir)/tools/m4/filelist.am
24
25files_defs = $(gdkmm_files_defs)
26files_ccg  = $(gdkmm_files_ccg)
27files_hg   = $(gdkmm_files_hg)
28
29include $(top_srcdir)/build/generate-binding.am
30