diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-18 09:12:42 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-18 09:12:42 +0200 |
commit | e42c4bbe297997e1a9378d2c24694f1182f938bb (patch) | |
tree | 8fe370c1f1ea45fcf23fa409dd172fbd46c4ab1e /plugingui/Makefile.am | |
parent | e1c74e7a6658f72abb3a5f76607bc9daf2b17b49 (diff) |
Use ABOUT and AUTHORS files for "About" tab.
FIXME: The font cannot display all special characters in the author's
names. We need to fix this.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index eeeeb34..b6ece08 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -2,7 +2,7 @@ noinst_PROGRAMS = plugingui rcgen noinst_LTLIBRARIES = libdggui.la resource_data.cc : rcgen - (cd resources; ../rcgen * ../../COPYING > ../resource_data.cc) + (cd resources; ../rcgen * ../../ABOUT ../../AUTHORS ../../COPYING > ../resource_data.cc) libdggui_la_CPPFLAGS = \ $(GUI_CPPFLAGS) \ |