aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Brault <alan.brault@incruentatus.net>2011-05-02 16:44:13 -0400
committerAlan Brault <alan.brault@incruentatus.net>2011-05-02 16:44:13 -0400
commit238650fa55173e0d74bd6cabd6b4945e9b49e956 (patch)
tree0ce9cbc56474eaf1cd446a99d123eb7b0b0f8821
parent100570c7f91d3bfe8f90536f96c8154c78641b1d (diff)
downloadduser-238650fa55173e0d74bd6cabd6b4945e9b49e956.tar.gz
Forgot compat.c for Solaris platforms sigh
-rw-r--r--src/Makefile.am3
-rw-r--r--src/Makefile.in8
2 files changed, 7 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 45d46ef..b884eed 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,7 @@
sbin_PROGRAMS= duser
-duser_SOURCES= duser.c \
+duser_SOURCES= comat.c \
+ duser.c \
user.c \
util.c \
log.c \
diff --git a/src/Makefile.in b/src/Makefile.in
index 3474743..ef7f593 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -48,8 +48,8 @@ CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(sbindir)"
PROGRAMS = $(sbin_PROGRAMS)
-am_duser_OBJECTS = duser.$(OBJEXT) user.$(OBJEXT) util.$(OBJEXT) \
- log.$(OBJEXT) cfg.$(OBJEXT)
+am_duser_OBJECTS = comat.$(OBJEXT) duser.$(OBJEXT) user.$(OBJEXT) \
+ util.$(OBJEXT) log.$(OBJEXT) cfg.$(OBJEXT)
duser_OBJECTS = $(am_duser_OBJECTS)
duser_LDADD = $(LDADD)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
@@ -163,7 +163,8 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-duser_SOURCES = duser.c \
+duser_SOURCES = comat.c \
+ duser.c \
user.c \
util.c \
log.c \
@@ -251,6 +252,7 @@ distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfg.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/duser.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@