diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2011-05-02 16:45:37 -0400 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2011-05-02 16:45:37 -0400 |
commit | 6bddc91d95e02efd002807cd9e590d41f30e22a2 (patch) | |
tree | e4cd1c7e8587dac35ed805f1daa2bcc9804308a4 | |
parent | 238650fa55173e0d74bd6cabd6b4945e9b49e956 (diff) | |
download | duser-6bddc91d95e02efd002807cd9e590d41f30e22a2.tar.gz |
Fucking typo
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/Makefile.in | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b884eed..ba9d267 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ sbin_PROGRAMS= duser -duser_SOURCES= comat.c \ +duser_SOURCES= compat.c \ duser.c \ user.c \ util.c \ diff --git a/src/Makefile.in b/src/Makefile.in index ef7f593..9ffffcc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -48,7 +48,7 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(sbindir)" PROGRAMS = $(sbin_PROGRAMS) -am_duser_OBJECTS = comat.$(OBJEXT) duser.$(OBJEXT) user.$(OBJEXT) \ +am_duser_OBJECTS = compat.$(OBJEXT) duser.$(OBJEXT) user.$(OBJEXT) \ util.$(OBJEXT) log.$(OBJEXT) cfg.$(OBJEXT) duser_OBJECTS = $(am_duser_OBJECTS) duser_LDADD = $(LDADD) @@ -163,7 +163,7 @@ target_vendor = @target_vendor@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -duser_SOURCES = comat.c \ +duser_SOURCES = compat.c \ duser.c \ user.c \ util.c \ @@ -252,7 +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)/compat.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@ |