root/src/diffviewer/Makefile.am

/* [previous][next][first][last][top][bottom][index][help]  */
noinst_LTLIBRARIES = libdiffviewer.la
 
libdiffviewer_la_SOURCES = \
        internal.h \
        search.c \
        ydiff.c ydiff.h
 
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)

/* [previous][next][first][last][top][bottom][index][help]  */