Fix incorrect widget position
[centerim5.git] / Makefile.am
blobc0aa06a9ee1a0ad9ef6922d4c184164af720213c
1 ACLOCAL_AMFLAGS = -I m4
3 SUBDIRS = contrib cppconsui doc misc plugins po src tests
5 EXTRA_DIST = \
6         bootstrap \
7         HACKING \
8         gettext.h
10 dist_man_MANS = centerim5.1
12 BUILT_SOURCES = $(top_srcdir)/.version
13 # We want to execute this target everytime make is run.
14 .PHONY: $(top_srcdir)/.version
15 $(top_srcdir)/.version:
16         @cd $(top_srcdir); version=`misc/git-version-gen .tarball-version`; \
17         if test "$$version" != "`cat .version 2> /dev/null`"; then printf '%s' "$$version" > .version; fi
19 dist-hook:
20         @cd $(top_srcdir); misc/git-version-gen .tarball-version > .tarball-version
21         @mv $(top_srcdir)/.tarball-version $(top_distdir)
23 .PHONY: doc
24 doc:
25         cd doc; $(MAKE) doc
27 # Package in all cmake files.
28 EXTRA_DIST += \
29         CMakeLists.txt \
30         config.h.cmake \
31         cmake/CMakeConfs.cmake \
32         cmake/FindCursesw.cmake \
33         cppconsui/CMakeLists.txt \
34         src/CMakeLists.txt \
35         tests/CMakeLists.txt \
36         plugins/CMakeLists.txt \
37         po/CMakeLists.txt \
38         doc/CMakeLists.txt