From 983857411a976c12f78e1c7d0ef81657d1d506a5 Mon Sep 17 00:00:00 2001 From: George Lebl Date: Tue, 6 Nov 2001 04:46:28 +0000 Subject: Begin GNOME 2.0 porting. Not complete yet, daemon may 'compile', gui Mon Nov 05 21:28:43 2001 George Lebl * configure.in, **/Makefile.am, daemon/*.[ch], utils/*.[ch], gui/*.[ch]: Begin GNOME 2.0 porting. Not complete yet, daemon may 'compile', gui doesn't compile yet --- utils/Makefile.am | 8 +------- utils/gdmaskpass.c | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'utils') diff --git a/utils/Makefile.am b/utils/Makefile.am index 65524478..33ac3c09 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -14,10 +14,7 @@ INCLUDES = \ -I$(top_srcdir)/vicious-extensions \ -I$(includedir) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - @LIBGLADE_CFLAGS@ \ - @PIXBUF_CFLAGS@ \ - $(GNOME_CFLAGS) \ - $(GNOME_INCLUDEDIR) + $(UTILS_CFLAGS) sbin_PROGRAMS = \ @GDMASKPASS@ \ @@ -38,15 +35,12 @@ gdmmktemp_SOURCES = \ gdmmktemp.c gdmaskpass_LDADD = \ - $(GNOME_LIBDIR) \ $(INTLLIBS) \ -lpam \ -lpam_misc gdmopen_LDADD = \ - $(GNOME_LIBDIR) \ $(INTLLIBS) gdmmktemp_LDADD = \ - $(GNOME_LIBDIR) \ $(INTLLIBS) diff --git a/utils/gdmaskpass.c b/utils/gdmaskpass.c index 8c083a68..09f0eb0e 100644 --- a/utils/gdmaskpass.c +++ b/utils/gdmaskpass.c @@ -1,7 +1,7 @@ /* Simple pam thingie to ask the root password, for use in XKeepsCrashing * script. */ #include "config.h" -#include +#include #include #include #include -- cgit v1.2.1