diff options
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f2684b1f..7fcd211c 100755 --- a/configure.ac +++ b/configure.ac @@ -160,5 +160,5 @@ AC_OUTPUT echo echo Build with OpenGL: $with_opengl echo -echo configure comlete, not type \"make\" +echo configure complete, now type \"make\" echo diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index c01d83a6..90b3f410 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -16,6 +16,10 @@ gui_DATA = \ hscroll_right_highlight.png \ hscroll_right_pressed.png \ mouse.png \ + menuitemD.png \ + menuitemF.png \ + menuitemN.png \ + menuitemP.png \ radioin.png \ radioout.png \ selection.png \ |