* Evoral: first successful read from Sequence
[ardour.git] / libs / sigc++2 / Makefile.am
1
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
6
7 SUBDIRS      = sigc++ scripts
8 DIST_SUBDIRS = $(SUBDIRS)
9
10 sigc_configdir = $(libdir)/sigc++-2.0/include
11 sigc_config_DATA = sigc++config.h
12
13 pkgconfigdir = $(libdir)/pkgconfig
14 pkgconfig_DATA = sigc++-2.0.pc
15
16 all-local:
17         @echo "*** Everything completed ***"
18