cac0ba57e6
svn path=/trunk/; revision=1052
17 lines
304 B
Makefile
17 lines
304 B
Makefile
# process this file with automake to create Makefile.in
|
|
|
|
INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/camel \
|
|
-I$(includedir)
|
|
|
|
LDADD = \
|
|
$(top_builddir)/camel/libcamel.la \
|
|
$(GNOME_LIBDIR) \
|
|
$(GNOMEUI_LIBS) $(INTLLIBS)
|
|
# $(BONOBO_LIBS)
|
|
|
|
noinst_PROGRAMS = \
|
|
test1 \
|
|
test2 \
|
|
test3
|
|
|