Browse Source

[trac900] Missed a ".msg" suffix in the makefile

Stephen Morris 14 years ago
parent
commit
b395258c70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/asiodns/Makefile.am

+ 1 - 1
src/lib/asiodns/Makefile.am

@@ -28,7 +28,7 @@ libasiodns_la_SOURCES += io_fetch.cc io_fetch.h
 
 nodist_libasiodns_la_SOURCES = asiodef.cc asiodef.h
 
-EXTRA_DIST = asiodef.msg
+EXTRA_DIST = asiodef.mes
 
 # Note: the ordering matters: -Wno-... must follow -Wextra (defined in
 # B10_CXXFLAGS)