Make sure to use a `\` (back slash) when breaking lines in Makefiles
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5820 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
237fbd2514
commit
b8e75ddfbe
|
@ -3,7 +3,7 @@ AM_CFLAGS = $(WZ_CFLAGS)
|
|||
|
||||
noinst_LIBRARIES = libivis_common.a
|
||||
noinst_HEADERS = bitimage.h imd.h ivi.h ivisdef.h \
|
||||
ivispatch.h pieblitfunc.h pieclip.h piedef.h piefixedpoint.h piefunc.h
|
||||
ivispatch.h pieblitfunc.h pieclip.h piedef.h piefixedpoint.h piefunc.h \
|
||||
piemode.h piepalette.h piestate.h pietypes.h png_util.h rendmode.h tex.h textdraw.h
|
||||
|
||||
libivis_common_a_SOURCES = bitimage.c imd.c imdload.c png_util.c pieclip.c \
|
||||
|
|
Loading…
Reference in New Issue