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
Fix separate directory build failure caused by caca_types.h.
tags/v0.99.beta16
Sam Hocevar
sam
16 years ago
parent
5802875403
commit
34297fcdf9
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
examples/Makefile.am
+ 2
- 1
examples/Makefile.am
View File
@@ -1,6 +1,7 @@
# $Id$
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\"
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I$(top_builddir)/caca \
-DDATADIR=\"$(pkgdatadir)\"
noinst_PROGRAMS = blit canvas colors demo demo0 dithering driver event export figfont font font2tga frames fullwidth gamma hsv input spritedit swallow text transform truecolor unicode import
Write
Preview
Loading…
Cancel
Save