summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-25 23:54:03 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-25 23:54:03 +0300
commit03378679c6e7b5833ddca59d9aacc22a22f7654c (patch)
treefd3849e22cc1a6fc3e8858a0e530122a94ddd281 /src/Makefile.am
parentc1090f81650347ef03a1d50783f8b77b02646f9e (diff)
downloadplus-03378679c6e7b5833ddca59d9aacc22a22f7654c.tar.gz
plus-03378679c6e7b5833ddca59d9aacc22a22f7654c.tar.bz2
plus-03378679c6e7b5833ddca59d9aacc22a22f7654c.tar.xz
plus-03378679c6e7b5833ddca59d9aacc22a22f7654c.zip
Add sdlmusichelper with some SDL/SDL2 functions.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1f31e0f51..9674e0e2b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -644,10 +644,14 @@ BASE_SRC += client.h \
utils/sdl2helper.h \
utils/sdl2logger.cpp \
utils/sdl2logger.h \
+ utils/sdl2musichelper.cpp \
+ utils/sdl2musichelper.h \
utils/sdlcheckutils.cpp \
utils/sdlcheckutils.h \
utils/sdlhelper.cpp \
utils/sdlhelper.h \
+ utils/sdlmusichelper.cpp \
+ utils/sdlmusichelper.h \
utils/sdlmemoryobject.h \
fs/specialfolder.cpp \
fs/specialfolder.h \