diff options
Diffstat (limited to 'dgedit')
-rw-r--r-- | dgedit/Makefile.am | 3 | ||||
-rw-r--r-- | dgedit/icons/Makefile.am | 3 |
2 files changed, 6 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 diff --git a/dgedit/icons/Makefile.am b/dgedit/icons/Makefile.am new file mode 100644 index 0000000..b838804 --- /dev/null +++ b/dgedit/icons/Makefile.am @@ -0,0 +1,3 @@ +EXTRA_DIST = \ + file.png \ + master.png
\ No newline at end of file |