diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-07 17:38:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-07 17:38:00 +0300 |
commit | b60aef9dc9977b54a1b27431890e06558a2b6784 (patch) | |
tree | 9dcb836f2717b1d8f1e3c717e859d9c5003c2de4 /src/Makefile.am | |
parent | aa43e9466326f63017fb92ee0cf5a61976fe3535 (diff) | |
download | plus-b60aef9dc9977b54a1b27431890e06558a2b6784.tar.gz plus-b60aef9dc9977b54a1b27431890e06558a2b6784.tar.bz2 plus-b60aef9dc9977b54a1b27431890e06558a2b6784.tar.xz plus-b60aef9dc9977b54a1b27431890e06558a2b6784.zip |
Split mgl into separate files.
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 6ed8775ec..32fb4ef13 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -965,6 +965,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/map/objectslayer.h \ render/mgl.cpp \ render/mgl.h \ + render/mgldefines.h \ + render/mgltypes.h \ render/mobileopenglgraphics.cpp \ render/mobileopenglgraphics.h \ input/mouseinput.h \ |