1## Top-level Makefile.am for t4k_common library
2## Process with Automake to create Makefile.in
3
4SUBDIRS = data \
5	  po	\
6	  src
7
8EXTRA_DIST = CMakeLists.txt \
9	     config.h.cmake \
10             aminclude.am \
11             cmake-modules/ConfigureChecks.cmake \
12             cmake-modules/ConfigureChecksIntl.cmake \
13             cmake-modules/FindRSVG.cmake \
14             cmake-modules/FindIconv.cmake \
15             cmake-modules/FindSDL_Pango.cmake \
16             cmake-modules/T4K_Sugar.cmake \
17             cmake-modules/UseDoxygen.cmake
18
19ACLOCAL_AMFLAGS = -I m4
20
21pkgconfigdir = $(libdir)/pkgconfig
22pkgconfig_DATA = t4k_common.pc
23
24## For Doxygen support:
25include aminclude.am
26
27# If using AX_PREFIX_CONFIG_H, distclean leaves some files so get rid of them
28# with custom rule:
29#distclean-local: distclean-ax-prefix-config-h
30#distclean-ax-prefix-config-h:
31#	        rm -f _configs.sed t4k_common-config.h
32