From 129613c419f6dc87a4843265dae188fc75b03d43 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 6 May 2018 18:31:09 +0000 Subject: [PATCH] Correct extension, so that the .h file is part of the source package as well Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4099 --- src/hardware/mame/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hardware/mame/Makefile.am b/src/hardware/mame/Makefile.am index 52f7f000..3d551b1f 100644 --- a/src/hardware/mame/Makefile.am +++ b/src/hardware/mame/Makefile.am @@ -4,6 +4,6 @@ noinst_LIBRARIES = libmame.a libmame_a_SOURCES = emu.h \ fmopl.cpp fmopl.h \ saa1099.cpp saa1099.h \ - sn76496.cpp sn76496.cpp \ + sn76496.cpp sn76496.h \ ymdeltat.cpp ymdeltat.h \ ymf262.cpp ymf262.h