Start generating ChangeLog automatically from Git commit messages.
[pspp-builds.git] / src / ui / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 include $(top_srcdir)/src/ui/terminal/automake.mk
4 if WITHGUI
5 include $(top_srcdir)/src/ui/gui/automake.mk
6 endif
7
8
9 noinst_LIBRARIES += src/ui/libuicommon.a
10
11 src_ui_libuicommon_a_SOURCES = \
12         src/ui/debugger.c \
13         src/ui/debugger.h \
14         src/ui/syntax-gen.c \
15         src/ui/syntax-gen.h
16
17 EXTRA_DIST += src/ui/OChangeLog