mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-02 14:15:46 +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
@@ -4,6 +4,8 @@ SUBDIRS = .
|
||||
|
||||
AUTOMAKE_OPTIONS = no-dependencies
|
||||
|
||||
EXTRA_DIST = tests
|
||||
|
||||
lib_LTLIBRARIES = libwraster.la
|
||||
|
||||
libwraster_la_LDFLAGS = -version-info 4:0:1
|
||||
@@ -22,6 +24,7 @@ libwraster_la_SOURCES = \
|
||||
save.c \
|
||||
gradient.c \
|
||||
xpixmap.c \
|
||||
bench.h \
|
||||
convert.c \
|
||||
x86_specific.c \
|
||||
context.c \
|
||||
|
||||
Reference in New Issue
Block a user