~ubuntu-branches/ubuntu/natty/ekiga/natty

1.1.8 by Eugen Dedu
Import upstream version 3.0.1
1
noinst_LTLIBRARIES = libaccount.la
2
3
account_dir = $(top_srcdir)/lib/engine/account/skel
4
5
AM_CPPFLAGS = $(SIGC_CFLAGS) $(GLIB_CFLAGS)
6
7
INCLUDES = \
8
	-I$(top_srcdir)/lib/gmconf	 		\
9
	-I$(top_srcdir)/lib/engine/include 		\
10
	-I$(top_srcdir)/lib/engine/framework
11
12
libaccount_la_SOURCES = \
13
	$(account_dir)/account.h			\
14
	$(account_dir)/bank.h				\
15
	$(account_dir)/bank-impl.h			\
16
	$(account_dir)/account-core.h			\
17
	$(account_dir)/account-core.cpp
18
19
libaccount_la_LDFLAGS = -export-dynamic -no-undefined $(SIGC_LIBS) $(GLIB_LIBS)