FTGL/Cg flags gone

This commit is contained in:
Mischa Spiegelmock
2018-06-17 13:56:13 +02:00
parent 55aaea133d
commit 2247fc1108
2 changed files with 2 additions and 4 deletions

View File

@ -8,8 +8,7 @@ AM_CPPFLAGS = \
-include $(top_builddir)/config.h \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-I$(top_srcdir)/src/libprojectM \
-I$(top_srcdir)/src/libprojectM/Renderer \
$(FTGL_CFLAGS) $(CG_CFLAGS)
-I$(top_srcdir)/src/libprojectM/Renderer
lib_LTLIBRARIES = libprojectM.la # public, possibly-shared library

View File

@ -50,8 +50,7 @@ libRenderer_la_SOURCES = \
libRenderer_la_CPPFLAGS = ${my_CFLAGS} \
-include $(top_builddir)/config.h \
-I$(top_srcdir)/src/libprojectM/Renderer/hlslparser/src \
-I$(top_srcdir)/src/libprojectM \
${FTGL_CFLAGS} ${CG_CFLAGS}
-I$(top_srcdir)/src/libprojectM
libRenderer_la_LDFLAGS = \
${FTGL_LIBS} ${CG_LDFLAGS}