1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 12:54:20 +01:00

Added missing files to distribution tarball.

A number of files have been added to the Window Maker source tree but are not
included in the tarball produced by "make dist" because they have not been added
to EXTRA_DIST in the appropriate Makefile.am.  They are:
- Dutch translation files (commit afc90)
- email-clients.txt (commit 385db)
- WPrefs source files removed from WPrefs_SOURCES (commit 21dfd)

This patch adds these missing files.
This commit is contained in:
Doug Torrance
2014-04-26 22:15:38 -05:00
committed by Carlos R. Mafra
parent 9ad35c440f
commit 139382380f
6 changed files with 9 additions and 5 deletions

View File

@@ -10,7 +10,9 @@ wpdatadir = @wprefs_datadir@
wpdata_DATA = WPrefs.tiff WPrefs.xpm
EXTRA_DIST = $(wpdata_DATA)
EXTRA_DIST = $(wpdata_DATA) \
KeyboardSettings.c \
Themes.c
WPrefs_SOURCES = \
main.c \