blob: 81e126f0d8dfdb3e3f59940023df97ca85cc13c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
bin_PROGRAMS = fast-rost
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src
# EXTRA_rost_DEPENDENCIES = libchrysacore.la
fast_rost_SOURCES = \
fast-rost.c
fast_rost_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS)
fast_rost_LDFLAGS = $(LIBGOBJ_LIBS) -L$(top_srcdir)/src/.libs -lchrysacore
|