View | Details | Raw Unified | Return to bug 26474
Collapse All | Expand All

(-)a/consolehelper/src/server/Makefile (-3 / +2 lines)
Lines 18-25 Link Here
18
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19
#
19
#
20
20
21
CPPFLAGS = $(RPM_OPT_FLAGS) -D_GNU_SOURCE -I../include $(shell glib-config --cflags)
21
CPPFLAGS = $(RPM_OPT_FLAGS) -D_GNU_SOURCE -I../include $(shell pkg-config glib-2.0 --cflags)
22
LDLIBS = -lglib -lpam -lpam_misc
22
LDLIBS = $(shell pkg-config glib-2.0 --libs) -lpam -lpam_misc
23
INSTALL = install
23
INSTALL = install
24
SUBST = subst -p
24
SUBST = subst -p
25
PACKAGE = auth
25
PACKAGE = auth
26
- 

Return to bug 26474