summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-11-06 04:46:28 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-11-06 04:46:28 +0000
commit983857411a976c12f78e1c7d0ef81657d1d506a5 (patch)
tree7d99d81e426877ae598a4fe22d5db987568bda43 /utils
parent11bc7f3a1d30798be5ca7da5e33763e10c04d966 (diff)
downloadgdm-983857411a976c12f78e1c7d0ef81657d1d506a5.tar.gz
Begin GNOME 2.0 porting. Not complete yet, daemon may 'compile', gui
Mon Nov 05 21:28:43 2001 George Lebl <jirka@5z.com> * 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
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am8
-rw-r--r--utils/gdmaskpass.c2
2 files changed, 2 insertions, 8 deletions
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 <gnome.h>
+#include <libgnome/libgnome.h>
#include <stdio.h>
#include <locale.h>
#include <unistd.h>