1
0
Fork 0
flightgear/utils/Modeller/Makefile.am

8 lines
228 B
Text
Raw Normal View History

noinst_PROGRAMS = threedconvert animassist
threedconvert_SOURCES = 3dconvert.cxx
threedconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS) $(audio_LIBS)
animassist_SOURCES = animassist.c
animassist_LDADD = $(base_LIBS)