1## Makefile.am -- Process this file with automake to produce a Makefile.in file.
2AM_CPPFLAGS = -I$(top_builddir)/tfel-config/include/ \
3	      -I$(top_builddir)/include/             \
4	      -I$(top_srcdir)/include
5
6if TFEL_WIN
7AM_LDFLAGS=-no-undefined -avoid-version -Wl,--add-stdcall-alias -Wl,--kill-at
8endif
9
10bin_PROGRAMS = tfel-config
11tfel_config_SOURCES = tfel-config.cxx
12EXTRA_DIST = CMakeLists.txt
13