patch for spec and makefiles to make dist smaller :)

SVN revision: 1966
This commit is contained in:
Carsten Haitzler 2000-01-24 17:10:49 +00:00
parent dd22073df5
commit e1f8269cdd
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = api epplets
EXTRA_DIST = autogen.sh
EXTRA_DIST = autogen.sh Epplets.spec Epplets.spec.in

View File

@ -317,7 +317,7 @@ basedir=.
AM_CONFIG_HEADER(config.h)
AC_OUTPUT(Makefile api/Makefile epplets/Makefile)
AC_OUTPUT(Epplets.spec Makefile api/Makefile epplets/Makefile)
echo "creating api/epplet.h"
sed -e "s%@EROOT@%$EROOT%g" -e "s%@EBIN@%$EBIN%g" -e "s%\${exec_prefix}%${exec_prefix}%g" -e "s%\${prefix}%${prefix}%g" ${srcdir}/api/epplet.h.in > api/epplet.h.new