diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-15 21:23:08 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-15 21:23:08 +0200 |
commit | 22cece741c2159b04f3de40d1f8eabc61da1e497 (patch) | |
tree | 2101eb8911b1d101886a47b39617a0727986c916 /plugingui/Makefile.am | |
parent | 84954cd78d6e0fa8eff24e7a0558f48748e4ba47 (diff) |
Add GPL to resources instead of using getGPLText function.
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 83a4411..1dcff20 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 * > ../resource_data.cc) + (cd resources; ../rcgen * ../../COPYING > ../resource_data.cc) libdggui_la_CPPFLAGS = \ $(GUI_CPPFLAGS) \ |