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-12 09:58:37 +02:00
committed by Carlos R. Mafra
parent 39426bde35
commit bbe55ba242
13 changed files with 74 additions and 58 deletions
+2
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)\"