fixed make distcheck problem

This commit is contained in:
2009-08-22 20:35:46 +00:00
parent ee27151bcb
commit 933a2ff773
18 changed files with 28 additions and 34 deletions

View File

@ -1,3 +1,4 @@
pkgincludedir = $(includedir)/qse/cmn
pkginclude_HEADERS = \
mem.h chr.h str.h lda.h map.h \
@ -8,5 +9,3 @@ pkginclude_HEADERS = \
#pkginclude_HEADERS +=
#endif
pkgincludedir = $(includedir)/qse/cmn

View File

@ -59,10 +59,6 @@ HEADERS = $(pkginclude_HEADERS)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
#if ENABLE_CXX
#pkginclude_HEADERS +=
#endif
pkgincludedir = $(includedir)/qse/cmn
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
@ -434,6 +430,10 @@ uninstall-am: uninstall-pkgincludeHEADERS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-pkgincludeHEADERS
#if ENABLE_CXX
#pkginclude_HEADERS +=
#endif
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: