diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-23 23:17:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-24 00:29:18 +0300 |
commit | 4f2eefafb015c5ab539a1a18515ca959370a861e (patch) | |
tree | 06f6a9474f6f8ae289e7c0dec971f1378fa271f3 /src/Makefile.am | |
parent | 636a9a5bf54b400e9f46c321e59107a644e06916 (diff) | |
download | plus-4f2eefafb015c5ab539a1a18515ca959370a861e.tar.gz plus-4f2eefafb015c5ab539a1a18515ca959370a861e.tar.bz2 plus-4f2eefafb015c5ab539a1a18515ca959370a861e.tar.xz plus-4f2eefafb015c5ab539a1a18515ca959370a861e.zip |
add null opengl renderer.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b48c33de7..38b37afe1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -634,6 +634,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ notifications.h \ notifymanager.cpp \ notifymanager.h \ + nullopenglgraphics.cpp \ + nullopenglgraphics.h \ particle.cpp \ particle.h \ particlecontainer.cpp \ |