mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-15 07:45:47 +00:00
FTGL/Cg flags gone
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user