diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 4f812f4..af7ea0c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -56,7 +56,7 @@ _VERSION = 2.0 _C_STD = c99 _PEDANTIC = yes _BIN = scrotty -_OBJ_scrotty = scrotty kern-linux info pattern png +_OBJ_scrotty = scrotty kern-linux info pattern pnm png _HEADER_DIRLEVELS = 1 _CPPFLAGS = -D'PACKAGE="$(PKGNAME)"' -D'PROGRAM_VERSION="$(_VERSION)"' _CPPFLAGS += $(shell pkg-config --cflags libpng) |