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