repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tar: avoid need for base64_init and extra table.
[midnight-commander.git]
/
src
/
diffviewer
/
Makefile.am
blob
7986645b7d161c815427f5d4502956c1eead8b3d
1
noinst_LTLIBRARIES = libdiffviewer.la
2
3
libdiffviewer_la_SOURCES = \
4
internal.h \
5
search.c \
6
ydiff.c ydiff.h
7
8
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)