summaryrefslogtreecommitdiffstats
path: root/src/diffviewer/Makefile.am
blob: 88c0cea5e8c64f4c099ffe339b912a1f9f2d9492 (plain)
1
2
3
4
5
6
7
8
noinst_LTLIBRARIES = libdiffviewer.la

libdiffviewer_la_SOURCES = \
	internal.h \
	search.c \
	ydiff.c ydiff.h

AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CPPFLAGS)