]> git.mxchange.org Git - flightgear.git/blob - Slew/Makefile.am
Tweaks to Gnu automake/autoconf system.
[flightgear.git] / Slew / Makefile.am
1 libdir  = ${exec_prefix}/lib
2
3 lib_LTLIBRARIES = libSlew.la
4
5 libSlew_la_SOURCES = slew.c slew.h
6
7 INCLUDES += -I../..