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.
24 lines
595 B
24 lines
595 B
## Process this file with automake to produce Makefile.in |
|
|
|
bin_PROGRAMS = ephoto |
|
|
|
ephoto_SOURCES = ephoto.c \ |
|
ephoto_browsing.c \ |
|
ephoto_database.c \ |
|
ephoto_edit_view.c \ |
|
ephoto_exif.c \ |
|
ephoto_gui.c \ |
|
ephoto_imaging.c \ |
|
ephoto_list_view.c \ |
|
ephoto_main.c \ |
|
ephoto_nls.c \ |
|
ephoto_normal_view.c \ |
|
ephoto_slideshow.c \ |
|
ephoto_utils.c |
|
|
|
ephoto_CFLAGS = @ewl_cflags@ @SQLITE_CFLAGS@ @EXIF_CFLAGS@ -Wall -Werror |
|
|
|
ephoto_LDADD = @ewl_libs@ @SQLITE_LIBS@ @EXIF_LIBS@ |
|
|
|
EXTRA_DIST = \ |
|
ephoto.h
|
|
|