From d8d3470ebc609dd702a1bce7b1ab07b105f9e4ca Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 3 Jan 2009 11:58:22 +0100 Subject: [PATCH] Use correct flags for PPP plugin --- plugins/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 4f72e8a..f2b280c 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -61,6 +61,7 @@ if PPPD plugin_LTLIBRARIES += pppd.la pppd_la_SOURCES = pppd.c +pppd_la_CFLAGS = @GLIB_CFLAGS@ -DPPPD=\"@PPPD@\" endif dnsproxy_la_SOURCES = dnsproxy.c -- 2.7.4