Skip to content

Commit

Permalink
Actually finished making the changes from the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dawbarton committed Jun 16, 2015
1 parent a4c08c5 commit e6c2478
Show file tree
Hide file tree
Showing 4 changed files with 3,313 additions and 2,666 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bin_PROGRAMS = pdf2svg
# N.B. POPPLERGLIB_ should be set by the configure script either using pkg-config,
# by guessing where the librarys may be, or by the user specifying.
pdf2svg_SOURCES = pdf2svg.c
pdf2svg_CFLAGS = $(CAIRO_CFLAGS) $(GTK2_CFLAGS) $(POPPLERGLIB_CFLAGS)
pdf2svg_LDADD = $(CAIRO_LIBS) $(GTK2_LIBS) $(POPPLERGLIB_LIBS)
pdf2svg_CFLAGS = $(CAIRO_CFLAGS) $(POPPLERGLIB_CFLAGS)
pdf2svg_LDADD = $(CAIRO_LIBS) $(POPPLERGLIB_LIBS)

MAINTAINERCLEANFILES = Makefile.in
MAINTAINERCLEANFILES = Makefile.in
Loading

0 comments on commit e6c2478

Please sign in to comment.