You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
310 B
11 lines
310 B
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/src
|
|
AM_CFLAGS=-Wall -g $(ULFIUS_CFLAGS) $(JANSSON_CFLAGS) $(ORCANIA_CFLAGS) \
|
|
$(COVERAGE_CFLAGS)
|
|
AM_LDFLAGS=$(COVERAGE_LDFLAGS)
|
|
|
|
bin_PROGRAMS = ulfius-hello-world
|
|
|
|
ulfius_hello_world_SOURCES = main.c
|
|
ulfius_hello_world_LDADD = $(ULFIUS_LIBS) $(ORCANIA_LIBS)
|
|
|