diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-03-06 19:37:45 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-03-06 19:37:45 +0100 |
commit | 94ae7f27812b3de5bd1046b758f5bb95eacc59be (patch) | |
tree | e206c91940ce3aa5331b661697b86bb55d696b86 /dgedit/Makefile.am | |
parent | 0b31e1d2ed17121a854e31b282dc1848de59ce4b (diff) |
Include icons folder in distfile.
Diffstat (limited to 'dgedit/Makefile.am')
-rw-r--r-- | dgedit/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dgedit/Makefile.am b/dgedit/Makefile.am index 38cacca..09bfe22 100644 --- a/dgedit/Makefile.am +++ b/dgedit/Makefile.am @@ -1,3 +1,6 @@ +SUBDIRS = icons +DISTDIRS = icons + if HAVE_EDITOR bin_PROGRAMS = dgedit |