summaryrefslogtreecommitdiff
path: root/Source/FusionDale/src/messenger/Makefile.am
blob: 4e46d193e28342f8468977be189f1655e5ca7a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Makefile.am for FusionDale/src/messenger

INCLUDES = \
	-I$(top_builddir)/include	\
	-I$(top_srcdir)/include	\
	-I$(top_srcdir)/src 	\
	$(FUSION_CFLAGS)

noinst_LTLIBRARIES = \
	libfusiondalemessenger.la

libfusiondalemessenger_la_SOURCES = \
	ifusiondalemessenger.c		\
	ifusiondalemessenger.h