Last change
on this file since 2084 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:
288 bytes
|
Line | |
---|
1 | |
---|
2 | include $(top_srcdir)/build/autotools/common.am |
---|
3 | |
---|
4 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
5 | |
---|
6 | noinst_PROGRAMS = xolotl |
---|
7 | |
---|
8 | xolotl_SOURCES = xolotl.cpp xolotl.h |
---|
9 | xolotl_CPPFLAGS = @LOL_CFLAGS@ |
---|
10 | xolotl_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ |
---|
11 | xolotl_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.