source:
trunk/test/xolotl/Makefile.am
@
2386
Last change on this file since 2386 was 2386, checked in by , 9 years ago | |
---|---|
File size: 266 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 = @LOL_STATIC_LIBS@ @LOL_LIBS@ |
11 | xolotl_DEPENDENCIES = @LOL_STATIC_LIBS@ |
12 |
Note: See TracBrowser
for help on using the repository browser.