diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-08-29 22:16:30 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-08-29 22:16:30 (GMT) |
commit | 55bd4a38ab04147c061deb7f40b18e482e9f905f (patch) | |
tree | 7e9f40e138583ff3d3c7383a0e447f0cd297d067 /pixmaps | |
parent | ec826257323b853d3171f464fb57d37989715a44 (diff) |
Fixed the dist rule in Makefiles.
Diffstat (limited to 'pixmaps')
-rw-r--r-- | pixmaps/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am index 2ce41ff..eb3e6c2 100644 --- a/pixmaps/Makefile.am +++ b/pixmaps/Makefile.am @@ -51,6 +51,7 @@ EXTRA_DIST = \ $(REVISION_PIX) \ $(TOOLBAR_BUTTONS) \ $(LIST_ICONS) \ + $(ERROR_ICONS) \ $(MISC) pix_DATA = $(APP_ICONS) $(REVISION_PIX) $(TOOLBAR_BUTTONS) $(LIST_ICONS) $(ERROR_ICONS) $(MISC) |