Imported Upstream version 2.99.2
[platform/upstream/libsigc++.git] / examples / Makefile.am
index b77cc24..3df0fd1 100644 (file)
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
 AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
-AM_CXXFLAGS = $(SIGC_WXXFLAGS)
+AM_CXXFLAGS = $(SIGC_WXXFLAGS) -DSIGCXX_DISABLE_DEPRECATED
 LDADD       = $(top_builddir)/sigc++/libsigc-$(SIGCXX_API_VERSION).la
 
 noinst_PROGRAMS = hello_world member_method
 
+dist_noinst_DATA = CMakeLists.txt
+
 hello_world_SOURCES   = hello_world.cc
 member_method_SOURCES = member_method.cc