mirror of
https://github.com/gryf/wmaker.git
synced 2026-08-24 12:41:55 +02:00
Drop ./configure-generated date (Makefile) from tarball.
This commit is contained in:
committed by
Carlos R. Mafra
parent
17d44e1503
commit
c7ab42e183
@@ -5,6 +5,10 @@ AUTOMAKE_OPTIONS =
|
|||||||
SUBDIRS = WINGs . po Documentation Resources
|
SUBDIRS = WINGs . po Documentation Resources
|
||||||
DIST_SUBDIRS = $(SUBDIRS) Tests Examples Extras
|
DIST_SUBDIRS = $(SUBDIRS) Tests Examples Extras
|
||||||
|
|
||||||
|
dist-hook:
|
||||||
|
rm -f $(distdir)/Examples/Makefile $(distdir)/Extras/Makefile \
|
||||||
|
$(distdir)/Test/Makefile
|
||||||
|
|
||||||
libWINGs_la_LDFLAGS = -version-info @WINGS_VERSION@
|
libWINGs_la_LDFLAGS = -version-info @WINGS_VERSION@
|
||||||
libWUtil_la_LDFLAGS = -version-info @WUTIL_VERSION@
|
libWUtil_la_LDFLAGS = -version-info @WUTIL_VERSION@
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
SUBDIRS = . po
|
SUBDIRS = . po
|
||||||
DIST_SUBDIRS = $(SUBDIRS) tests
|
DIST_SUBDIRS = $(SUBDIRS) tests
|
||||||
|
|
||||||
|
dist-hook:
|
||||||
|
rm -f $(distdir)/tests/Makefile
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS =
|
AUTOMAKE_OPTIONS =
|
||||||
|
|
||||||
EXTRA_DIST = tests
|
EXTRA_DIST = tests
|
||||||
|
|||||||
Reference in New Issue
Block a user