mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-07-19 15:29:46 +02:00
Info catalog accessors (Issue #9)
This commit is contained in:
6
Makefile
6
Makefile
@ -17,15 +17,15 @@ CC = cc
|
||||
CFLAGS =
|
||||
CODESIGN_IDENTITY = Developer ID
|
||||
COMMONFLAGS = -Os -g
|
||||
CPPFLAGS =
|
||||
CPPFLAGS = '-DPDFIO_VERSION="$(VERSION)"'
|
||||
DESTDIR = $(DSTROOT)
|
||||
DSO = cc
|
||||
DSOFLAGS =
|
||||
DSOFLAGS =
|
||||
DSONAME =
|
||||
LDFLAGS =
|
||||
LIBS = -lm -lz
|
||||
RANLIB = ranlib
|
||||
VERSION = 0.1
|
||||
VERSION = 0.2
|
||||
prefix = /usr/local
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user