mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
11 lines
410 B
Text
11 lines
410 B
Text
--- src/Makefile.in.orig Thu Apr 21 17:53:57 2005
|
|
+++ src/Makefile.in Thu Apr 21 17:54:30 2005
|
|
@@ -87,7 +87,7 @@
|
|
INCLUDES = $(GLIB_CFLAGS) -DG_LOG_DOMAIN=\"LibPPD\"
|
|
bin_PROGRAMS = ppdfilt
|
|
lib_LTLIBRARIES = libppd.la
|
|
-LDFLAGS = $(GLIB_LIBS)
|
|
+LDFLAGS = @LDFLAGS@ $(GLIB_LIBS)
|
|
include_HEADERS = ppd.h ppdenums.h ppdmacros.h
|
|
|
|
libppd_la_SOURCES = emit.c options.c page.c mark.c ppd.c init.c debug.h ppdfilt.h
|