File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ AM_CPPFLAGS = \
88 -include $(top_builddir ) /config.h \
99 -DSYSCONFDIR=\""$(sysconfdir ) "\" \
1010 -I$(top_srcdir ) /src/libprojectM \
11- -I$(top_srcdir ) /src/libprojectM/Renderer \
12- $(FTGL_CFLAGS ) $(CG_CFLAGS )
11+ -I$(top_srcdir ) /src/libprojectM/Renderer
1312
1413lib_LTLIBRARIES = libprojectM.la # public, possibly-shared library
1514
Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ libRenderer_la_SOURCES = \
5050libRenderer_la_CPPFLAGS = ${my_CFLAGS} \
5151 -include $(top_builddir ) /config.h \
5252 -I$(top_srcdir ) /src/libprojectM/Renderer/hlslparser/src \
53- -I$(top_srcdir ) /src/libprojectM \
54- ${FTGL_CFLAGS} ${CG_CFLAGS}
53+ -I$(top_srcdir ) /src/libprojectM
5554
5655libRenderer_la_LDFLAGS = \
5756 ${FTGL_LIBS} ${CG_LDFLAGS}
You can’t perform that action at this time.
0 commit comments