File: Makefile.am

package info (click to toggle)
crossfire-client 1.7.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,696 kB
  • ctags: 2,206
  • sloc: ansic: 24,397; sh: 3,743; makefile: 113; perl: 48
file content (7 lines) | stat: -rw-r--r-- 384 bytes parent folder | download
1
2
3
4
5
6
7
noinst_LIBRARIES      = libcfclient.a
libcfclient_a_CFLAGS  = $(AM_CFLAGS) -DDATADIR=\"$(datadir)\"
libcfclient_a_SOURCES = client.c commands.c image.c init.c item.c metaserver.c misc.c newsocket.c \
			player.c script.c 
# Don't know if you need the .h in the _SOURCES or not 
# cconfig.h client.h client-types.h external.h item.h item-types.h newclient.h proto.h script.h rcs-id.h