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 build of trifiller with imlib2
tags/v0.99.beta17
Pascal Terjan
pterjan
15 years ago
parent
7ebd74e3ee
commit
cb5107b070
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
examples/Makefile.am
+ 2
- 0
examples/Makefile.am
View File
@@ -9,6 +9,8 @@ conio_snake = conio-snake
endif
trifiller_SOURCES = trifiller.c ../src/common-image.c
trifiller_CFLAGS = $(IMLIB2_CFLAGS)
trifiller_LDFLAGS = $(IMLIB2_LIBS)
trifiller_LDADD = ../caca/libcaca.la -lm
blit_SOURCES = blit.c
Write
Preview
Loading…
Cancel
Save