when setting a redirect box to display a given route's redirects, always unset the...
[ardour2.git] / libs / sigc++2 / Makefile.am
blob50d6e4b3b6c6d0c9d1c09172c55dc0e76b987687
2 # it includes all the autostuff automatically, you just name the
3 # other stuff here
4 EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
5 # ACLOCAL_FLAGS = -I scripts
7 SUBDIRS      = sigc++ scripts
8 DIST_SUBDIRS = $(SUBDIRS)
10 sigc_configdir = $(libdir)/sigc++-2.0/include
11 sigc_config_DATA = sigc++config.h
13 pkgconfigdir = $(libdir)/pkgconfig
14 pkgconfig_DATA = sigc++-2.0.pc
16 all-local:
17         @echo "*** Everything completed ***"