diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2011-05-02 16:44:13 -0400 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2011-05-02 16:44:13 -0400 |
commit | 238650fa55173e0d74bd6cabd6b4945e9b49e956 (patch) | |
tree | 0ce9cbc56474eaf1cd446a99d123eb7b0b0f8821 | |
parent | 100570c7f91d3bfe8f90536f96c8154c78641b1d (diff) | |
download | duser-238650fa55173e0d74bd6cabd6b4945e9b49e956.tar.gz |
Forgot compat.c for Solaris platforms sigh
-rw-r--r-- | src/Makefile.am | 3 | ||||
-rw-r--r-- | src/Makefile.in | 8 |
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@ |