This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
build: fix multiple definition of EXTRA_DIST.
legacy
Sam Hocevar
7 years ago
parent
ee622b762f
commit
8f3f1736d8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Makefile.am
+ 1
- 1
src/Makefile.am
View File
@@ -5,7 +5,7 @@ SUBDIRS = 3rdparty data . t
noinst_LIBRARIES = liblol-core.a
EXTRA_DIST = lol-core.vcxproj
EXTRA_DIST
+
= lol-core.vcxproj
liblol_core_a_SOURCES = \
tiler.cpp tiler.h dict.cpp dict.h lolgl.h \
Write
Preview
Loading…
Cancel
Save