Makefile.am   Makefile.am 
skipping to change at line 12 skipping to change at line 12
## Author: Lasse Collin ## Author: Lasse Collin
## ##
## This file has been put into the public domain. ## This file has been put into the public domain.
## You can do whatever you want with this file. ## You can do whatever you want with this file.
## ##
bin_PROGRAMS = lzmainfo bin_PROGRAMS = lzmainfo
lzmainfo_SOURCES = \ lzmainfo_SOURCES = \
lzmainfo.c \ lzmainfo.c \
$(top_srcdir)/src/common/tuklib_progname.c \ ../common/tuklib_progname.c \
$(top_srcdir)/src/common/tuklib_exit.c ../common/tuklib_exit.c
if COND_W32 if COND_W32
lzmainfo_SOURCES += lzmainfo_w32res.rc lzmainfo_SOURCES += lzmainfo_w32res.rc
endif endif
lzmainfo_CPPFLAGS = \ lzmainfo_CPPFLAGS = \
-DLOCALEDIR=\"$(localedir)\" \ -DLOCALEDIR=\"$(localedir)\" \
-I$(top_srcdir)/src/common \ -I$(top_srcdir)/src/common \
-I$(top_srcdir)/src/liblzma/api \ -I$(top_srcdir)/src/liblzma/api \
-I$(top_builddir)/lib -I$(top_builddir)/lib
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/