blob: 8ed5393e8a5287001f44a5cbcd050762f36e09d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# process this file with automake to create Makefile.in
INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/camel \
-I$(includedir) -I$(top_srcdir)/camel/providers/MH \
$(EXTRA_GNOME_CFLAGS)
LDADD = \
$(top_builddir)/camel/libcamel.la \
$(top_builddir)/camel/providers/MH/libcamelmh.la \
$(INTLLIBS) $(EXTRA_GNOME_LIBS)
noinst_PROGRAMS = \
store_listing
|