summaryrefslogtreecommitdiffstats
path: root/chathans/src/Makefile.am
blob: db0b762e7c05136f9cf1372c8d56ffceeb3b29d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in

INCLUDES = \
	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
	@PACKAGE_CFLAGS@

bin_PROGRAMS = chathans

chathans_SOURCES = \
	main.c \
	support.c support.h \
	interface.c interface.h \
	callbacks.c callbacks.h

chathans_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)