mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-29 18:54:07 +00:00
Install headers to /usr/include/libprojectM
That is where the were before switching to autotools and where projects expect them. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@ -7,3 +7,7 @@ if ENABLE_QT
|
||||
endif
|
||||
|
||||
SUBDIRS=libprojectM NativePresets ${PROJECTM_SDL_SUBDIR} ${PROJECTM_QT_SUBDIR}
|
||||
|
||||
# system headers/libraries/data to install
|
||||
# for compatibility reasons here as nobase_include
|
||||
nobase_include_HEADERS = libprojectM/projectM.hpp libprojectM/Common.hpp libprojectM/dlldefs.h libprojectM/event.h libprojectM/fatal.h libprojectM/PCM.hpp
|
||||
|
||||
@ -11,8 +11,6 @@ AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/libprojectM/Renderer \
|
||||
$(FTGL_CFLAGS) $(CG_CFLAGS)
|
||||
|
||||
# system headers/libraries/data to install
|
||||
include_HEADERS = projectM.hpp Common.hpp dlldefs.h event.h fatal.h PCM.hpp
|
||||
lib_LTLIBRARIES = libprojectM.la # public, possibly-shared library
|
||||
|
||||
# link flags
|
||||
|
||||
Reference in New Issue
Block a user