diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-08-05 20:15:41 +0200 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-08-05 20:15:41 +0200 |
commit | c35e6f3ae438fb63c571f807037417d9d71b2afd (patch) | |
tree | b66e1665fc7557f49ed4c65827b033041cae5d9f /plugingui/Makefile.am | |
parent | e46c013eff23e85d41b04d05663a692143e2977d (diff) |
Added global configfile/history file.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 3cf60a5..79e25e4 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -26,6 +26,7 @@ EXTRA_DIST = \ button.h \ checkbox.h \ colour.h \ + config.h \ combobox.h \ directory.h \ eventhandler.h \ |