Changeset 2388 for trunk/test/xolotl/Makefile.am
- Timestamp:
- Feb 9, 2013, 11:05:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/xolotl/Makefile.am
r2386 r2388 1 1 2 2 include $(top_srcdir)/build/autotools/common.am 3 4 AM_CPPFLAGS = -I$(top_srcdir)/src5 3 6 4 noinst_PROGRAMS = xolotl 7 5 8 6 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@ 7 xolotl_CPPFLAGS = $(AM_CPPFLAGS) 12 8
Note: See TracChangeset
for help on using the changeset viewer.