mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
sort the sources list
This commit is contained in:
parent
7ca3ea20b1
commit
ce1c2e0bd1
1 changed files with 4 additions and 4 deletions
|
@ -26,9 +26,9 @@ libQFutil_la_LDFLAGS= -version-info 1:0:0
|
|||
libQFutil_la_LIBADD= libasm.la $(Z_LIBS) $(DL_LIBS)
|
||||
libQFutil_la_DEPENDENCIES= libasm.la
|
||||
libQFutil_la_SOURCES= \
|
||||
buildnum.c checksum.c cmd.c crc.c cvar.c fendian.c getopt.c getopt1.c \
|
||||
hash.c info.c link.c mathlib.c mdfour.c msg.c pcx.c plugin.c qargs.c \
|
||||
qendian.c qfplist.c quakefs.c quakeio.c sizebuf.c string.c sys.c \
|
||||
tga.c va.c ver_check.c wad.c zone.c dstring.c exp.c ops.c $(fnmatch)
|
||||
buildnum.c checksum.c cmd.c crc.c cvar.c dstring.c exp.c fendian.c \
|
||||
getopt.c getopt1.c hash.c info.c link.c mathlib.c mdfour.c msg.c ops.c \
|
||||
pcx.c plugin.c qargs.c qendian.c qfplist.c quakefs.c quakeio.c sizebuf.c \
|
||||
string.c sys.c tga.c va.c ver_check.c wad.c zone.c $(fnmatch)
|
||||
|
||||
EXTRA_DIST= $(asm_src) $(fnmatch_src)
|
||||
|
|
Loading…
Reference in a new issue