Fix include name for the ncursesw library
[centerim5.git] / Makefile.am
blobb06e56d0a29cfbb3a3e17a09e7b5d226cd6ebbc5
1 ACLOCAL_AMFLAGS = -I m4
3 SUBDIRS = contrib cppconsui doc misc plugins po src tests
5 EXTRA_DIST = \
6         HACKING \
7         bootstrap \
8         gettext.h
10 dist_man_MANS = centerim5.1
12 dist-hook:
13         $(AM_V_at)echo $(VERSION) > $(distdir)/version
15 .PHONY: doc
16 doc:
17         $(AM_V_at)cd doc; $(MAKE) doc
19 # Package in all cmake files.
20 EXTRA_DIST += \
21         CMakeLists.txt \
22         config.h.cmake \
23         cppconsui/CMakeLists.txt \
24         doc/CMakeLists.txt \
25         plugins/CMakeLists.txt \
26         po/CMakeLists.txt \
27         src/CMakeLists.txt \
28         tests/CMakeLists.txt