Skip to content

Commit ba97dfc

Browse files
committed
FTGL/Cg flags gone
1 parent 1edac3e commit ba97dfc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/libprojectM/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

1413
lib_LTLIBRARIES = libprojectM.la # public, possibly-shared library
1514

src/libprojectM/Renderer/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ libRenderer_la_SOURCES = \
5050
libRenderer_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

5655
libRenderer_la_LDFLAGS = \
5756
${FTGL_LIBS} ${CG_LDFLAGS}

0 commit comments

Comments
 (0)