Fix make distcheck
This commit is contained in:
parent
937e0b6a0f
commit
ae293881f0
2 changed files with 3 additions and 6 deletions
|
@ -12,10 +12,6 @@ distclean-local:
|
|||
distuninstallcheck_listfiles = \
|
||||
find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
|
||||
|
||||
rpm: dist
|
||||
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
|
||||
@rm -f $(PACKAGE)-$(VERSION).tar.gz
|
||||
|
||||
.PHONY: ChangeLog
|
||||
|
||||
ChangeLog: Makefile
|
||||
|
@ -33,6 +29,7 @@ EXTRA_DIST = \
|
|||
DISTCLEANFILES = \
|
||||
intltool-extract \
|
||||
intltool-merge \
|
||||
intltool-update
|
||||
intltool-update \
|
||||
./po/.intltool-merge-cache.lock
|
||||
|
||||
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
||||
|
|
|
@ -32,7 +32,7 @@ dnl ********************************
|
|||
dnl *** Check for basic programs ***
|
||||
dnl ********************************
|
||||
AC_PROG_CC()
|
||||
AC_PROG_LD()
|
||||
LT_PATH_LD()
|
||||
AC_PROG_INSTALL()
|
||||
LT_PREREQ([2.2.6])
|
||||
LT_INIT([disable-static])
|
||||
|
|
Loading…
Reference in a new issue