summaryrefslogtreecommitdiffstats
path: root/src/diffviewer/Makefile.am
blob: 7986645b7d161c815427f5d4502956c1eead8b3d (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)