Procházet zdrojové kódy

* Fix build of trifiller with imlib2

tags/v0.99.beta17
Pascal Terjan pterjan před 15 roky
rodič
revize
cb5107b070
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      examples/Makefile.am

+ 2
- 0
examples/Makefile.am Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit