Skip to content

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
.c -> src; .h -> include
  • Loading branch information
zvezdochiot committed Jul 17, 2018
1 parent d1ee353 commit c10c229
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
bin_PROGRAMS = unpaper
MANPAGE_XSL ?= http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl

unpaper_SOURCES = unpaper.c unpaper.h
unpaper_SOURCES = src/unpaper.c include/unpaper.h
unpaper_LDADD = libunpaper.la

pkglib_LTLIBRARIES = libunpaper.la
libunpaper_la_SOURCES = error.c file.c imageprocess.c parse.c tools.c unpaper.h
libunpaper_la_SOURCES = src/error.c src/file.c src/imageprocess.c src/parse.c src/tools.c include/unpaper.h
libunpaper_la_LDFLAGS = -version-info 5:3:5 -no-undefined
include_HEADERS = unpaper.h
include_HEADERS = include/unpaper.h

dist_doc_DATA = NEWS COPYING README AUTHORS TODO
dist_man_MANS = unpaper.1
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c10c229

Please sign in to comment.