source: trunk/test/sandbox/Makefile.am @ 2345

Last change on this file since 2345 was 2084, checked in by sam, 10 years ago

build: fixes for out-of-tree builds, and get rid of
some deprecated stuff.

File size: 279 bytes
Line 
1
2include $(top_srcdir)/build/autotools/common.am
3
4AM_CPPFLAGS = -I$(top_srcdir)/src
5
6noinst_PROGRAMS = sample
7
8sample_SOURCES = sample.cpp
9sample_CPPFLAGS = @LOL_CFLAGS@
10sample_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@
11sample_DEPENDENCIES = $(top_builddir)/src/liblol.a
12
Note: See TracBrowser for help on using the repository browser.