1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-25 16:02:33 +01:00

Fix "make dist"

The "make dist" command can be used to generate the release tarball, but
only if the Makefile.am correctly specifies EXTRA_DIST, specifies
headers in foo_SOURCES, and so on.
This commit is contained in:
Brad Jorsch
2010-04-09 10:40:51 -04:00
committed by Carlos R. Mafra
parent 39426bde35
commit bbe55ba242
13 changed files with 74 additions and 58 deletions

View File

@@ -58,6 +58,7 @@ wmaker_SOURCES = \
resources.c \
resources.h \
rootmenu.c \
rootmenu.h \
screen.c \
screen.h \
session.h \
@@ -100,6 +101,7 @@ wmaker_SOURCES = \
text.c \
text.h
EXTRA_wmaker_SOURCES = osdep_bsd.c osdep_darwin.c osdep_linux.c osdep_stub.c
AM_CPPFLAGS = $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"