Skip to content

Commit

Permalink
update Makefile.am
Browse files Browse the repository at this point in the history
Include generated config.h so that USE_GLES macro can be imported and then source files can be compied with <GLES3/gl3.h> when USE_GLES  is set
  • Loading branch information
growingant committed Sep 19, 2018
1 parent aed5350 commit d462db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libprojectM/NativePresetFactory/Makefile.am
Expand Up @@ -6,4 +6,5 @@ libNativePresetFactory_la_SOURCES= \
MilkdropCompatability.hpp NativePreset.hpp NativePresetFactory.hpp

libNativePresetFactory_la_CPPFLAGS = ${my_CFLAGS} \
-include $(top_builddir)/config.h \
-I$(top_srcdir)/src/libprojectM

0 comments on commit d462db4

Please sign in to comment.