diff --git a/WINGs/Documentation/Makefile.am b/WINGs/Documentation/Makefile.am index fcc5d435..29f9b52b 100644 --- a/WINGs/Documentation/Makefile.am +++ b/WINGs/Documentation/Makefile.am @@ -2,5 +2,5 @@ AUTOMAKE_OPTIONS = no-dependencies -EXTRA_DIST = wm.png wm.html README.connection +EXTRA_DIST = README.connection diff --git a/WINGs/Tests/Makefile.am b/WINGs/Tests/Makefile.am index caad47b5..1d9baf88 100644 --- a/WINGs/Tests/Makefile.am +++ b/WINGs/Tests/Makefile.am @@ -13,7 +13,7 @@ testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h wtest_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a -EXTRA_DIST = logo.xpm upbtn.xpm +EXTRA_DIST = logo.xpm upbtn.xpm wm.html wm.png INCLUDES = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \ -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG diff --git a/WINGs/Documentation/wm.html b/WINGs/Tests/wm.html similarity index 100% rename from WINGs/Documentation/wm.html rename to WINGs/Tests/wm.html diff --git a/WINGs/Documentation/wm.png b/WINGs/Tests/wm.png similarity index 100% rename from WINGs/Documentation/wm.png rename to WINGs/Tests/wm.png