summaryrefslogtreecommitdiff
path: root/libs/sigc++2/Makefile.am
blob: 50d6e4b3b6c6d0c9d1c09172c55dc0e76b987687 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# it includes all the autostuff automatically, you just name the
# other stuff here
EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
# ACLOCAL_FLAGS = -I scripts

SUBDIRS      = sigc++ scripts
DIST_SUBDIRS = $(SUBDIRS)

sigc_configdir = $(libdir)/sigc++-2.0/include
sigc_config_DATA = sigc++config.h

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = sigc++-2.0.pc

all-local:
	@echo "*** Everything completed ***"