Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
cacalabs
/
libcaca
kopie van
https://github.com/cacalabs/libcaca.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
7
Wiki
Activiteit
Bladeren bron
Fix separate directory build failure caused by caca_types.h.
tags/v0.99.beta16
Sam Hocevar
sam
16 jaren geleden
bovenliggende
5802875403
commit
34297fcdf9
1 gewijzigde bestanden
met
toevoegingen van 2
en
1 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+2
-1
examples/Makefile.am
+ 2
- 1
examples/Makefile.am
Bestand weergeven
@@ -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
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan