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:
committed by
Carlos R. Mafra
parent
39426bde35
commit
bbe55ba242
@@ -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)\"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user