]> git.tdb.fi Git - ext/sigc++-2.0.git/blob - examples/Makefile.am
Adjust the name of the library to match upstream
[ext/sigc++-2.0.git] / examples / Makefile.am
1 ## Copyright (c) 2009  Openismus GmbH  <http://www.openismus.com/>
2 ##
3 ## This file is part of libsigc++.
4 ##
5 ## libsigc++ 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 ## libsigc++ 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
18 AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
19 AM_CXXFLAGS = $(SIGC_WXXFLAGS) -DSIGCXX_DISABLE_DEPRECATED
20 LDADD       = $(top_builddir)/sigc++/libsigc-$(SIGCXX_API_VERSION).la
21
22 noinst_PROGRAMS = hello_world member_method
23
24 hello_world_SOURCES   = hello_world.cc
25 member_method_SOURCES = member_method.cc