whitespace

This commit is contained in:
Francesco Lannutti 2012-11-17 12:45:08 +01:00 committed by rlar
parent 4faddb016e
commit 0cfa4d96fa
3 changed files with 21 additions and 22 deletions

View File

@ -801,7 +801,6 @@ else
XGRAPHDIR="" XGRAPHDIR=""
NOTXGRAPH="xgraph" NOTXGRAPH="xgraph"
fi fi
AC_SUBST([XGRAPHDIR]) AC_SUBST([XGRAPHDIR])
AC_SUBST([NOTXGRAPH]) AC_SUBST([NOTXGRAPH])

View File

@ -3,25 +3,25 @@
noinst_LTLIBRARIES = libmisc.la noinst_LTLIBRARIES = libmisc.la
libmisc_la_SOURCES = \ libmisc_la_SOURCES = \
dup2.c \ dup2.c \
dstring.c \ dstring.c \
dup2.h \ dup2.h \
hash.c \ hash.c \
ivars.c \ ivars.c \
ivars.h \ ivars.h \
mktemp.c \ mktemp.c \
mktemp.h \ mktemp.h \
printnum.c \ printnum.c \
printnum.h \ printnum.h \
string.c \ string.c \
tilde.c \ tilde.c \
tilde.h \ tilde.h \
misc_time.c \ misc_time.c \
misc_time.h \ misc_time.h \
wlist.c \ wlist.c \
util.c \ util.c \
util.h util.h
### getopt_long_bsd.c ### ### getopt_long_bsd.c ###

View File

@ -2,7 +2,7 @@
noinst_LTLIBRARIES = libckt.la noinst_LTLIBRARIES = libckt.la
libckt_la_SOURCES = \ libckt_la_SOURCES = \
acan.c \ acan.c \
acaskq.c \ acaskq.c \
acsetp.c \ acsetp.c \
@ -103,7 +103,7 @@ endif
if PSS_WANTED if PSS_WANTED
libckt_la_SOURCES += \ libckt_la_SOURCES += \
dcpss.c \ dcpss.c \
pssaskq.c \ pssaskq.c \
pssinit.c \ pssinit.c \