summaryrefslogtreecommitdiff
path: root/navit/graphics/opengl/Makefile.am
blob: b0a25f38a6c15491e1b106cbd70e7314ff2ab0e3 (plain)
1
2
3
4
5
include $(top_srcdir)/Makefile.inc
AM_CPPFLAGS = @NAVIT_CFLAGS@ @OPENGL_CFLAGS@ @GLC_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=graphics_opengl
modulegraphics_LTLIBRARIES = libgraphics_opengl.la
libgraphics_opengl_la_SOURCES = graphics_opengl.c
libgraphics_opengl_la_LIBADD = @OPENGL_LIBS@ @GLC_LIBS@