This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Fixed compilation in an alternate directory.
tags/v0.99.beta14
Sam Hocevar
sam
21 years ago
parent
46e59a8ef4
commit
e5cdb35db3
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Makefile.am
+1
-1
test/Makefile.am
+ 1
- 1
src/Makefile.am
View File
@@ -2,7 +2,7 @@
# Automake targets and declarations for ttyvaders
###############################################################################
AM_CPPFLAGS = -I
..
/libee
AM_CPPFLAGS = -I
$(top_srcdir)
/libee
if USE_SLANG
LDFLAGS_slang = -lslang
+ 1
- 1
test/Makefile.am
View File
@@ -2,7 +2,7 @@
# Automake targets and declarations for libee tests
###############################################################################
AM_CPPFLAGS = -I
..
/libee
AM_CPPFLAGS = -I
$(top_srcdir)
/libee
if USE_SLANG
LDFLAGS_slang = -lslang
Write
Preview
Loading…
Cancel
Save