diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9a7efde..e28b98e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,13 +1,13 @@ -bin_PROGRAMS = rtfm +bin_PROGRAMS = rtfx -rtfm_SOURCES = rtfm.cpp basehandler.cpp basehandler.h levelhandler.cpp levelhandler.h \ +rtfx_SOURCES = rtfx.cpp basehandler.cpp basehandler.h levelhandler.cpp levelhandler.h \ reference.h rtfanalyser.cpp rtfanalyser.h rtfparsehelpers.cpp rtfformatting.h \ rtfparsehelpers.h rtfreader.cpp rtfreader.h sablo.h sablotr.cpp usuals.h -rtfm_LDADD = -lsablot -lexpat $(LIB_ICONV) -rtfm_CFLAGS = -O0 -I${top_srcdir} -I/usr/local/include -rtfm_LDFLAGS = -L/usr/local/lib -man_MANS = rtfm.1 +rtfx_LDADD = -lsablot -lexpat $(LIB_ICONV) +rtfx_CFLAGS = -O0 -I${top_srcdir} -I/usr/local/include +rtfx_LDFLAGS = -L/usr/local/lib +man_MANS = rtfx.1 EXTRA_DIST = $(man_MANS) |