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.
 
 
 
 
 
 

16 lines
272 B

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