You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
216 B

  1. # $Id$
  2. AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi
  3. bin_PROGRAMS = img2rubik blur
  4. blur_SOURCES = blur.c
  5. blur_LDADD = ../pipi/libpipi.la
  6. img2rubik_SOURCES = img2rubik.c
  7. img2rubik_LDADD = ../pipi/libpipi.la